Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. void proc2();
  2. void proc3();
  3.  
  4. // address: 0x450b92
  5. void proc1() {
  6.     proc3(pc);
  7. }
  8.  
  9. // address: 0x43510f
  10. void proc2() {
  11.     __size32 esp;       // r28
  12.  
  13.     proc1(pc, esp);
  14. }
  15.  
  16. // address: 0x44fae5
  17. void proc3() {
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement