mirror of https://github.com/x64dbg/TitanEngine
fix for ExportIAT(..) functionality
This commit is contained in:
parent
86ed5042aa
commit
ba4754b215
|
|
@ -19413,6 +19413,9 @@ __declspec(dllexport) void TITCALL ImporterAutoSearchIATW(DWORD ProcessId, wchar
|
|||
|
||||
scylla_searchIAT(ProcessId, iatStart, iatSize, SearchStart, false);
|
||||
|
||||
//we also try to automatically read imports so following call to ExportIAT has a chance
|
||||
scylla_getImports(iatStart, iatSize, ProcessId);
|
||||
|
||||
RtlMoveMemory(pIATStart, &iatStart, sizeof ULONG_PTR);
|
||||
RtlMoveMemory(pIATSize, &iatSize, sizeof ULONG_PTR);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue