View Single Post
  #1  
Old 02-13-2015, 05:56
professor.frink professor.frink is offline
Friend
 
Join Date: Feb 2014
Posts: 41
Rept. Given: 12
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 24
Thanks Rcvd at 10 Times in 9 Posts
professor.frink Reputation: 4
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?
Reply With Quote