1
0
Fork 0

DBG: removed redundant TitanEngine import

This commit is contained in:
mrexodia 2015-12-20 04:55:05 +01:00
parent 8c0a28b35f
commit ecea1bbe69
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ static void cbCreateProcess(CREATE_PROCESS_DEBUG_INFO* CreateProcessInfo)
MemUpdateMap();
GuiUpdateMemoryView();
GuiDumpAt(MemFindBaseAddr(GetContextData(UE_CIP), 0) + PAGE_SIZE); //dump somewhere
GuiDumpAt(MemFindBaseAddr(GetContextDataEx(CreateProcessInfo->hThread, UE_CIP), 0) + PAGE_SIZE); //dump somewhere
// Init program database
DBSetPath(nullptr, szFileName);