PDA

View Full Version : Stopping a module from loading


remlapw
07-25-2004, 10:16 PM
Stopping a module from loading

Hey Guys I was just wondering how i can stop a criminal module from loading...

If anyone can help it would be greatly appretiated sine im totally new to this

Thanks,
Rem

1bitshort
07-27-2004, 03:51 AM
Rename the file.

telophase
07-29-2004, 10:18 AM
There is one way of stopping modules although it doesnt apply
to system modules like Kernel32.dll, User32.dll etc..

But if its a program customised module like important.dll then maybe if
you set a break point LoadLibrary and then before the actual
function is called just modify the EIP register thus preventing the
module from getting loaded!