mirror of https://github.com/x64dbg/TitanEngine
resolved some compiling problems
This commit is contained in:
parent
c5e260d7d7
commit
cf37f2a9e9
|
|
@ -449,4 +449,4 @@ __declspec(dllexport) bool TITCALL MemoryWriteSafe(HANDLE hProcess, LPVOID lpBas
|
|||
BreakPointPostWriteFilter((ULONG_PTR)lpBaseAddress, nSize, &lock);
|
||||
|
||||
return retValue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -704,7 +704,6 @@ __declspec(dllexport) bool TITCALL StaticRawMemoryCopyEx64W(HANDLE hFile, DWORD6
|
|||
}
|
||||
}
|
||||
EngineCloseHandle(hReadFile);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
__declspec(dllexport) bool TITCALL StaticHashMemory(void* MemoryToHash, DWORD SizeOfMemory, void* HashDigest, bool OutputString, int Algorithm)
|
||||
|
|
|
|||
|
|
@ -207,6 +207,9 @@
|
|||
<ClCompile Include="Global.Engine.Importer.cpp">
|
||||
<Filter>Source Files\TitanEngine</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Global.Helper.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
|
|
|
|||
Loading…
Reference in New Issue