Log in

View Full Version : Question to: "trace over system dll"


Anonymous
September 2nd, 2003, 01:34
Hi everybody,

I'm just experimenting with the Run Trace feature and I saw in the debugging options that it is possible to "trace over system dlls" and it seems that Ollydbg regards all dlls that are in system32 as "system dlls".
My question is what can I do if I want to trace MFC42.dll, which also lives in system32, but don't want to trace the other system dlls like user32 ? Is there a way to tell Ollydbg that some dlls should be traced although the are in system32?

Many thanks,

MrSmith

Anonymous
September 2nd, 2003, 01:47
Yes, delete it from system32 and put in your program directory, but be careful if this dll need some other application.

yaa
September 2nd, 2003, 02:55
It is not necessary to delete it from system32 .... it's enough to make a local copy of it in the folder of your app. The application should start using the local one automatically.

yaa

yeryry
February 13th, 2005, 04:17
Can be done without moving files etc..
Alt-E
Right-click on mfc42.dll in list..
"Mark as non-system DLL"
^^