Advertisement
Guest User

Untitled

a guest
May 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @_main  proc  near
  2. ?live16386@0:
  3.  ;  
  4.  ;  int main()
  5.  ;  
  6.   push ebp
  7.   mov ebp,esp
  8.  ;  
  9.  ;  {
  10.  ;    if(false) {
  11.  ;  
  12. @3:
  13.   jmp short @4
  14.  ;  
  15.  ;      uznik();
  16.  ;  
  17.   call @@uznik$qv
  18.  ;  
  19.  ;    }  
  20.  ;  
  21.  ;    return 0;
  22.  ;  
  23. @4:
  24.   xor eax,eax
  25.  ;  
  26.  ;  }
  27.  ;  
  28. @6:
  29. @5:
  30.   pop ebp
  31.   ret
  32. @_main  endp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement