While doing reverse engineering i always need to seek into specific functions. I used to work with radare2
with the command s <function_name>
, which set a breakpoint on the first instruction of function_name
.
Is there a similar method in gdb?
question from:https://stackoverflow.com/questions/65900814/seeking-into-a-specific-function-in-gdb