Quote:
|
Originally Posted by Kerlingen
the "E8 call" points to a direct jump to the API. So there is no problem to resolve the API.
|
If you can see the direct jump to the API is because there's imports.
If the IAT is not in your prog, you only would see GetProcAddress/loadlibrary procedures and a call to a memory address.
AFAIK there's only two methods to call API funcs:
1.-Imports by your compiler.
2.-Loadlibrary/GetProcAddress