Advertisement
Guest User

Untitled

a guest
Jun 14th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .text:0x00000550 __do_global_dtors_aux   proc start
  2. .text:0x00000550   80 3D CD 0A 20+       cmp    byte ptr [rip + 0x200ACD], 0
  3. .text:0x00000557   75 2F                 jne    loc_588
  4. .text:0x00000559   48 83 3D 7F 0A+       cmp    qword ptr [rip + 0x200A7F], 0 -> __cxa_finalize
  5. .text:0x00000561   55                    push   rbp
  6. .text:0x00000562   48 89 E5              mov    rbp, rsp
  7. .text:0x00000565   74 0C                 je     loc_573
  8. .text:0x00000567   48 8B 3D AA 0A+       mov    rdi, qword ptr [rip + 0x200AAA]
  9. .text:0x0000056E   E8 3D FF FF FF        call   sub_4B0 -> __cxa_finalize
  10. .text:0x00000573
  11. .text:0x00000573 loc_573:                                                       ; CODE XREF: 0x00000565
  12. .text:0x00000573   E8 48 FF FF FF        call   deregister_tm_clones
  13. .text:0x00000578   C6 05 A5 0A 20+       mov    byte ptr [rip + 0x200AA5], 1
  14. .text:0x0000057F   5D                    pop    rbp
  15. .text:0x00000580   C3                    ret
  16. .text:0x00000581   0F 1F 80 00 00+       nop    dword ptr [rax]
  17. .text:0x00000588
  18. .text:0x00000588 loc_588:                                                       ; CODE XREF: 0x00000557
  19. .text:0x00000588   F3 C3                 ret
  20. .text:0x0000058A   66 0F 1F 44 00+       nop    word ptr [rax + rax]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement