Thread
:
Fixing an EXE to not call a DLL?
View Single Post
#
2
05-30-2004, 16:19
loman
Posts: n/a
if it uses LoadLibrary() to load Dll, simply nop the instruction, but probably the program won't work anymore
-loman
loman