![]() |
|
|
|
#1
|
||||
|
||||
|
Another Ollydbg question DLL loading in Program
Hey there it's me again
Being as I am only just "getting" converted to Olly, I have what is probably a very simple question for you guys When I was messing around with a program for ivanov, I wanted the program to break on access to vboxb410.dll. The only way I managed it was to set a break on "new modules (DLL), but that breaks on every dll it loads. So how the hell can you get it to break on a specific DLL Any reply will be appreciated, no matter how "daft" it may be /hobferret |
|
#2
|
||||
|
||||
|
you can use DllBreakEx for that task. it's an olly plugin.
|
|
#3
|
||||
|
||||
|
Cheers MaRKuS-DJM
I will see if it kick's ass /hobferret |
|
#4
|
||||
|
||||
|
OK MaRKuS
That only let's you know a DLL is being loaded It don't stop the process, get my drift /hobferret |
|
#5
|
||||
|
||||
|
did you also check the option break on new modules in olly options? it should stop at the corresponding dll then.
|
|
#6
|
||||
|
||||
|
MaRKuS-DJM mate
Rite, when I do as you suggest it does break on the DLL loading, a msgbox tells me so OK having gotten that far, how do I now get to the program You can't click on anything until you get rid of the msgbox, so pray tell me what I am doing wrong Obviously after getting rid of the msgbox the program just runs, I need to be able to stop the God darn thing If I can't get this to work I think I will have to revert to SICE, it's most likely me being as I'm a noob with Olly /hobferret |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Plugin loading problem of using ollydbg | suddenLy | General Discussion | 0 | 03-25-2014 21:17 |
| Ollydbg loading problem | hobferret | General Discussion | 5 | 07-07-2008 20:40 |
| Question on IDA's Edit|Patch program? | boya | General Discussion | 2 | 10-23-2004 01:36 |
| OllyDbg question | butter | General Discussion | 2 | 05-07-2004 10:30 |