Log in

View Full Version : Stopping a module from loading


remlapw
July 25th, 2004, 21:16
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
July 27th, 2004, 02:51
Rename the file.

telophase
July 29th, 2004, 09:18
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!