Guest User

Untitled

a guest
Jul 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. :>dumpbin /headers funadd.exe | grep -iE "base of code|entry point"
  2. 1000 entry point (00401000) _WinMain@16
  3. 1000 base of code
  4.  
  5. int main (void) { printf ( "%xn" , dosomecrap() ); }
Add Comment
Please, Sign In to add comment