fix CheckSum

This commit is contained in:
Boring
2020-06-30 21:28:15 +08:00
parent ca41f8da80
commit 0226c248f4
3 changed files with 41 additions and 7 deletions
+3
View File
@@ -163,6 +163,9 @@ end:
int main() {
DWORD t;
NtQuerySystemMemoryModuleFeatures(&t);
LoadLibraryMemory(ReadDllFile("C:\\Windows\\explorer.exe"));
return 0;
test_default();
test_ws2_32();