|
OllyDbg question
I hope I'm not missing something too obvious, but..
In OllyDbg, I want to break on the execution of a function in a DLL. However, the symbols aren't loaded until the program actually executes and loads the dll. So, I'm currently breaking on load dll, and stepping through until the correct dll is loaded, at which point I can break on the referenced function. Is there a way to load the dll symbols without having to execute the program?
Also, when I restart the program, the breakpoints are cleared. Is there some option I'm missing to retain the breakpoints?
Thanks.
|