Skip to content

Instantly share code, notes, and snippets.

@msaroufim
Created May 19, 2015 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msaroufim/523084201ea40402d1a8 to your computer and use it in GitHub Desktop.
Save msaroufim/523084201ea40402d1a8 to your computer and use it in GitHub Desktop.
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