Advertisement
Guest User

Untitled

a guest
Jan 14th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 00401000 <.text>:
  2.   401000:   6a ff                   push   $0xffffffff
  3.   401002:   68 4a 41 48 00          push   $0x48414a
  4.   401007:   64 a1 00 00 00 00       mov    %fs:0x0,%eax
  5.   40100d:   50                      push   %eax
  6.   40100e:   64 89 25 00 00 00 00    mov    %esp,%fs:0x0
  7.   401015:   51                      push   %ecx
  8.   401016:   6a 20                   push   $0x20
  9.   401018:   e8 bf 9e 07 00          call   0x47aedc
  10.   40101d:   83 c4 04                add    $0x4,%esp
  11.   401020:   89 44 24 00             mov    %eax,0x0(%esp)
  12.   401024:   85 c0                   test   %eax,%eax
  13.   401026:   c7 44 24 0c 00 00 00    movl   $0x0,0xc(%esp)
  14.   40102d:   00
  15.   40102e:   74 16                   je     0x401046
  16.   401030:   8b c8                   mov    %eax,%ecx
  17.   401032:   e8 69 00 00 00          call   0x4010a0
  18.   401037:   8b 4c 24 04             mov    0x4(%esp),%ecx
  19.   40103b:   64 89 0d 00 00 00 00    mov    %ecx,%fs:0x0
  20.   401042:   83 c4 10                add    $0x10,%esp
  21.   401045:   c3                      ret    
  22.   401046:   8b 4c 24 04             mov    0x4(%esp),%ecx
  23.   40104a:   33 c0                   xor    %eax,%eax
  24.   40104c:   64 89 0d 00 00 00 00    mov    %ecx,%fs:0x0
  25.   401053:   83 c4 10                add    $0x10,%esp
  26.   401056:   c3                      ret    
  27.   401057:   90                      nop
  28.   401058:   90                      nop
  29.   401059:   90                      nop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement