I recently got a binary test. When I checked it with objdump, I found that it contains a hard-coded library path. Why do I need to hard-code such a path? Shouldn’t you get the path from the SHELL e
Tag: shared library
c – How to use the command flag to set breakpoints on a future shared library
I am trying to use the –command flag to automate a gdb session. I am trying to set a breakpoint on a function in a shared library (Unix equivalent DLL). My cmds.gdb looks like This way:
set a