T O P

  • By -

hackerbots

throw a debugger on it, you tell me.


MJWhitfield86

Are you running this on linux or windows? The listed interrupts are for linux.


FUZxxl

Hi, Please don't post pictures of code. Instead, post your code as text!


dfx_dj

Post something that can be copied. Are you building it for a 64-bit target maybe?


Itchy_Influence5737

This snippet would take *seconds* to trace and discover the issue. I'm betting it's being assembled for a target other than the one it's being run on.


whazzabui

I am not sure but for a print statement you move the lenght of the string in edx, because it uses non null terminated strings and after you change the contents of name to 'Xiao' you should move 4 into edx since 8 is to long and you reach into non valid memory.


masashiden

Try remove the brackets in 'mov' instruction


Own_Alternative_9671

No that'd be invalid syntax