Thread
:
Fixing an EXE to not call a DLL?
View Single Post
#
10
06-02-2004, 19:45
redbull
Friend
Join Date: Mar 2004
Posts: 160
Rept. Given: 17
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 6 Times in 6 Posts
Sounds like he fixed / patched the IAT table (is that what you call it).
In the exe itself you will see parts which refer to API names (imports from the DLL) and the names of the DLL's themselves (ie Kernel32.DLL) you can edit those in a hex editor.
redbull
View Public Profile
Find all posts by redbull