Skip to content

Instantly share code, notes, and snippets.

@bcho
Created October 30, 2012 13:32
Show Gist options
  • Select an option

  • Save bcho/3980206 to your computer and use it in GitHub Desktop.

Select an option

Save bcho/3980206 to your computer and use it in GitHub Desktop.
GNU gdb (GDB) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/hbc/Downloads/iNodeClient/AuthenMngService...done.
(gdb) Dump of assembler code for function _Z7MD5CalcPhS_m:
0x0805cf60 <+0>: push %ebp
0x0805cf61 <+1>: mov %esp,%ebp
0x0805cf63 <+3>: push %ebx
0x0805cf64 <+4>: sub $0x6c,%esp
0x0805cf67 <+7>: lea -0x5c(%ebp),%ebx
0x0805cf6a <+10>: mov %ebx,(%esp)
0x0805cf6d <+13>: call 0x805c590 <_Z7MD5InitP7MD5_CTX>
0x0805cf72 <+18>: mov 0x10(%ebp),%eax
0x0805cf75 <+21>: mov %ebx,(%esp)
0x0805cf78 <+24>: mov %eax,0x8(%esp)
0x0805cf7c <+28>: mov 0xc(%ebp),%eax
0x0805cf7f <+31>: mov %eax,0x4(%esp)
0x0805cf83 <+35>: call 0x805ce00 <_Z9MD5UpdateP7MD5_CTXPhm>
0x0805cf88 <+40>: mov 0x8(%ebp),%eax
0x0805cf8b <+43>: mov %ebx,0x4(%esp)
0x0805cf8f <+47>: mov %eax,(%esp)
0x0805cf92 <+50>: call 0x805ced0 <_Z8MD5FinalPhP7MD5_CTX>
0x0805cf97 <+55>: add $0x6c,%esp
0x0805cf9a <+58>: pop %ebx
0x0805cf9b <+59>: pop %ebp
0x0805cf9c <+60>: ret
End of assembler dump.
(gdb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment