![]() |
|
|
|
#1
|
|||
|
|||
|
Set a breakpoint on LoadLibrary and GetProcAddress. When those are called, figure out where they were called from. Since there is no import table it's probably enumerating the loaded modules, storing it in a variable somewhere, and then calling them directly (rather than through the import table). It's pretty easy to manually simulate GetProcAddres, but LoadLibrary is a bit more complicated, so at the very least it should LoadLibrary(Ex) should will likely get a hit.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add imports to DLL import table | jonwil | General Discussion | 5 | 09-07-2020 16:47 |
| How to shuffle names in the PE import table? | Newbie_Cracker | General Discussion | 5 | 08-25-2019 03:59 |
| Reliable PE Library or DLL for Adding Functions to Import Table | omidgl | General Discussion | 3 | 06-28-2008 09:53 |
| Can`t restore import table | thechatter | General Discussion | 9 | 11-14-2003 21:01 |
| Changing Import Table?? | magic | General Discussion | 3 | 09-14-2003 01:59 |