|
IDA debug linux shared object (.so)
I'm trying to debug a shared object via remote debug of a linux image.
I load it in IDA and attach to the running process that is using that shared object, but no breakpoint is hit.
When loading the main application binary in IDA and attaching to the running process, breakpoints are hit.
Any ideas?
|