Hey... I have been testing my reverse engineering skills out.
I am running into a problem when the symbol table is "strip -s".
My question is this... I am using gdb and I'd like to do a BREAK
when ever I feel like it. I don't want to have to preset my break points.... I want to
hit a hot key or something. Is this possible with gdb?
What is the best way to single out certain functions when there is no symbol table?
Thanks!
Brandito
PS: yes... I want to use gdb. I am not paying for IDA Pro.
I am running into a problem when the symbol table is "strip -s".
My question is this... I am using gdb and I'd like to do a BREAK
when ever I feel like it. I don't want to have to preset my break points.... I want to
hit a hot key or something. Is this possible with gdb?
What is the best way to single out certain functions when there is no symbol table?
Thanks!
Brandito
PS: yes... I want to use gdb. I am not paying for IDA Pro.
Comment