Hi,
I have troubles getting the offset from an x86 Ubuntu system. Using GDB
is not showing the needed address:
# gdb --quiet /bin/bash
Leyendo siĀmbolos desde /bin/bash...(no se encontraron simbolos de
depuracion)hecho.
(gdb) disassemble history_list
Dump of assembler code for function history_list:
0x080eb0c0 <+0>: push %ebp
0x080eb0c1 <+1>: mov 0x81159fc,%eax
0x080eb0c6 <+6>: mov %esp,%ebp
0x080eb0c8 <+8>: pop %ebp
0x080eb0c9 <+9>: ret
End of assembler dump.
(gdb)
Thoughts?
Thanks in advance!!