Created
March 27, 2018 15:51
-
-
Save tophyr/ffafac4044fc003f5ef932a4b920d143 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00086ce0 <_ZNSt3__18ios_baseD0Ev>: | |
86ce0: 55 push %ebp | |
86ce1: 89 e5 mov %esp,%ebp | |
86ce3: 53 push %ebx | |
86ce4: 56 push %esi | |
86ce5: 83 e4 f0 and $0xfffffff0,%esp | |
86ce8: 83 ec 10 sub $0x10,%esp | |
86ceb: e8 00 00 00 00 call 86cf0 <_ZNSt3__18ios_baseD0Ev+0x10> | |
86cf0: 5b pop %ebx | |
86cf1: 81 c3 14 a4 06 00 add $0x6a414,%ebx | |
86cf7: 8b 75 08 mov 0x8(%ebp),%esi | |
86cfa: 89 34 24 mov %esi,(%esp) | |
86cfd: e8 6e 8f fa ff call 2fc70 <_ZNSt3__18ios_baseD2Ev@plt> | |
86d02: 89 34 24 mov %esi,(%esp) | |
86d05: e8 86 85 fa ff call 2f290 <_ZdlPv@plt> | |
86d0a: 8d 65 f8 lea -0x8(%ebp),%esp | |
86d0d: 5e pop %esi | |
86d0e: 5b pop %ebx | |
86d0f: 5d pop %ebp | |
86d10: c3 ret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment