Created
May 19, 2015 02:24
-
-
Save msaroufim/523084201ea40402d1a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int func4(int arg0) { | |
ebx = arg_0; | |
if (ebx > 0x1) { | |
esi = func4(ebx + 0xffffffff); | |
eax = func4(ebx + 0xfffffffe); | |
eax = eax + esi; | |
} | |
else { | |
eax = 0x1; | |
} | |
return eax; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment