Topic created on: April 27, 2013 10:02 CDT by hermie .
Hello!
I want to live-debug a DLL (and see what is going on and preferrable rename functions so that I can better understand what something does).
Can I do that with IDA Pro? I did not see any option to attach to a running DLL.
Can somebody suggest what I should do?
The DLL gets loaded a little tricky:
There is an exe that first call SomeDLL.dll, and SomeDLL.dll then calls TheDLLThatIWantToDebug.dll.
Thank you very much!!