Skip to content

Instantly share code, notes, and snippets.

@anarazel
Created August 26, 2019 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anarazel/40d6fe41b352300dd1b65a12f21fadc8 to your computer and use it in GitHub Desktop.
Save anarazel/40d6fe41b352300dd1b65a12f21fadc8 to your computer and use it in GitHub Desktop.
400 /* release the buffer space */
401 pfree(file->files);
0x00000000007d88a8 <+56>: mov 0x8(%r12),%rdi
0x00000000007d88ad <+61>: callq 0x9734f0 <pfree>
402 pfree(file);
0x00000000007d88b2 <+66>: pop %rbx
0x00000000007d88b3 <+67>: mov %r12,%rdi
0x00000000007d88b6 <+70>: pop %r12
0x00000000007d88b8 <+72>: pop %rbp
0x00000000007d88b9 <+73>: jmpq 0x9734f0 <pfree>
0x00000000007d88be <+78>: xchg %ax,%ax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment