Advertisement
Guest User

Untitled

a guest
Aug 30th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 40050c: 55                      push   %rbp
  2. 40050d: 48 89 e5                mov    %rsp,%rbp
  3. 400510: 48 83 ec 10             sub    $0x10,%rsp
  4. 400514: 89 7d fc                mov    %edi,-0x4(%rbp)
  5. 400517: 48 89 75 f0             mov    %rsi,-0x10(%rbp)
  6. 40051b: 48 8b 45 f0             mov    -0x10(%rbp),%rax
  7. 40051f: 48 83 c0 08             add    $0x8,%rax
  8. 400523: 48 8b 00                mov    (%rax),%rax
  9. 400526: 48 8b 00                mov    (%rax),%rax
  10. 400529: 48 89 c2                mov    %rax,%rdx
  11. 40052c: 48 b8 01 46 ef be ad    movabs $0x1064deadbeef4601,%rax
  12. 400533: de 64 10
  13. 400536: 48 0f af d0             imul   %rax,%rdx
  14. 40053a: 48 b8 69 25 b4 07 2e    movabs $0xd1038d2e07b42569,%rax
  15. 400541: 8d 03 d1
  16. 400544: 48 39 c2                cmp    %rax,%rdx
  17.  
  18. C:
  19.  
  20. int main(int i, long **a) {
  21.     if(*a[1] * 0x1064deadbeef4601u == 0xd1038d2e07b42569u) { // main
  22.         // do something
  23.     }
  24.     return 0;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement