Skip to content

Commit 0559d96

Browse files
committed
Intergrate to Frontend
1 parent eee8e6e commit 0559d96

21 files changed

Lines changed: 109 additions & 5 deletions

MonikaDLL/.vs/MonikaDLL/FileContentIndex/75f7d711-326f-434d-bc45-aa18ff95de93.vsidx renamed to MonikaDLL/.vs/MonikaDLL/FileContentIndex/43fe9e32-3347-44aa-baf7-3f7a061182ac.vsidx

17.1 KB
Binary file not shown.

MonikaDLL/.vs/MonikaDLL/v17/.suo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

MonikaDLL/InjectX64Galgame.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,7 @@ __declspec(dllexport) UINT8 injectX64Gal(char *targetEXE, const char *bmp_path)
248248

249249
CloseHandle(hThread);
250250
CloseHandle(hProcess);
251+
252+
return 0;
251253
}
252254
}
23 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
 InjectX86Galgame.cpp
1+
 InjectX64Galgame.cpp
2+
C:\Users\Administrator\DDLC-MonikaInKernel\MonikaDLL\InjectX64Galgame.cpp(164,12): warning C4477: 'printf' : format string '%p' requires an argument of type 'void *', but variadic argument 1 has type 'UINT64'
3+
(compiling source file '/InjectX64Galgame.cpp')
4+
25
Creating library C:\Users\Administrator\DDLC-MonikaInKernel\MonikaDLL\x64\Release\MonikaDLL.lib and object C:\Users\Administrator\DDLC-MonikaInKernel\MonikaDLL\x64\Release\MonikaDLL.exp
36
Generating code
4-
3 of 24 functions (12.5%) were compiled, the rest were copied from previous compilation.
5-
1 functions were new in current compilation
7+
2 of 24 functions ( 8.3%) were compiled, the rest were copied from previous compilation.
8+
0 functions were new in current compilation
69
0 functions had inline decision re-evaluated but remain unchanged
710
Finished generating code
811
MonikaDLL.vcxproj -> C:\Users\Administrator\DDLC-MonikaInKernel\MonikaDLL\x64\Release\MonikaDLL.dll
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)