Skip to content

Commit f561402

Browse files
committed
Improve Feature
1 parent 590760d commit f561402

22 files changed

Lines changed: 22 additions & 20 deletions

MonikaDLL/.vs/MonikaDLL/FileContentIndex/2d021ddf-ea1f-4234-9e81-bafa8828c41c.vsidx renamed to MonikaDLL/.vs/MonikaDLL/FileContentIndex/1129dc03-afb7-4cfb-9339-6bdabb50fd55.vsidx

15.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

MonikaDLL/.vs/MonikaDLL/v17/.suo

-4.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

MonikaDLL/.vs/MonikaDLL/v17/DocumentLayout.backup.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"RelativeDocumentMoniker": "InjectX64Galgame.cpp",
3737
"ToolTip": "C:\\Users\\Administrator\\DDLC-MonikaInKernel\\MonikaDLL\\InjectX64Galgame.cpp",
3838
"RelativeToolTip": "InjectX64Galgame.cpp",
39-
"ViewState": "AgIAAMkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
39+
"ViewState": "AgIAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
4040
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
4141
"WhenOpened": "2024-11-04T10:35:02.895Z",
4242
"EditorCaption": ""
@@ -51,8 +51,7 @@
5151
"RelativeToolTip": "ProcessGadgit.cpp",
5252
"ViewState": "AgIAAAAAAAAAAAAAAAAAAB0AAAAJAAAAAAAAAA==",
5353
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
54-
"WhenOpened": "2024-11-04T09:50:11.458Z",
55-
"EditorCaption": ""
54+
"WhenOpened": "2024-11-04T09:50:11.458Z"
5655
},
5756
{
5857
"$type": "Document",
@@ -64,8 +63,7 @@
6463
"RelativeToolTip": "KernelWrapper.cpp",
6564
"ViewState": "AgIAACEAAAAAAAAAAAAAAAsAAAAAAAAAAAAAAA==",
6665
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
67-
"WhenOpened": "2024-09-20T08:33:30.682Z",
68-
"EditorCaption": ""
66+
"WhenOpened": "2024-09-20T08:33:30.682Z"
6967
},
7068
{
7169
"$type": "Document",
@@ -77,8 +75,7 @@
7775
"RelativeToolTip": "dllmain.cpp",
7876
"ViewState": "AgIAABIAAAAAAAAAAAAAABcAAAABAAAAAAAAAA==",
7977
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
80-
"WhenOpened": "2024-08-26T04:16:01.456Z",
81-
"EditorCaption": ""
78+
"WhenOpened": "2024-08-26T04:16:01.456Z"
8279
}
8380
]
8481
}

MonikaDLL/.vs/MonikaDLL/v17/DocumentLayout.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"RelativeDocumentMoniker": "InjectX64Galgame.cpp",
3737
"ToolTip": "C:\\Users\\Administrator\\DDLC-MonikaInKernel\\MonikaDLL\\InjectX64Galgame.cpp",
3838
"RelativeToolTip": "InjectX64Galgame.cpp",
39-
"ViewState": "AgIAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
39+
"ViewState": "AgIAAHAAAAAAAAAAAAAvwIcAAAAZAAAAAAAAAA==",
4040
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
4141
"WhenOpened": "2024-11-04T10:35:02.895Z",
4242
"EditorCaption": ""
@@ -49,7 +49,7 @@
4949
"RelativeDocumentMoniker": "ProcessGadgit.cpp",
5050
"ToolTip": "C:\\Users\\Administrator\\DDLC-MonikaInKernel\\MonikaDLL\\ProcessGadgit.cpp",
5151
"RelativeToolTip": "ProcessGadgit.cpp",
52-
"ViewState": "AgIAAAAAAAAAAAAAAAAAAB0AAAAJAAAAAAAAAA==",
52+
"ViewState": "AgIAAFEAAAAAAAAAAAAAAB0AAAAJAAAAAAAAAA==",
5353
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
5454
"WhenOpened": "2024-11-04T09:50:11.458Z",
5555
"EditorCaption": ""
@@ -64,8 +64,7 @@
6464
"RelativeToolTip": "KernelWrapper.cpp",
6565
"ViewState": "AgIAACEAAAAAAAAAAAAAAAsAAAAAAAAAAAAAAA==",
6666
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
67-
"WhenOpened": "2024-09-20T08:33:30.682Z",
68-
"EditorCaption": ""
67+
"WhenOpened": "2024-09-20T08:33:30.682Z"
6968
},
7069
{
7170
"$type": "Document",
@@ -77,8 +76,7 @@
7776
"RelativeToolTip": "dllmain.cpp",
7877
"ViewState": "AgIAABIAAAAAAAAAAAAAABcAAAABAAAAAAAAAA==",
7978
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
80-
"WhenOpened": "2024-08-26T04:16:01.456Z",
81-
"EditorCaption": ""
79+
"WhenOpened": "2024-08-26T04:16:01.456Z"
8280
}
8381
]
8482
}

MonikaDLL/InjectX64Galgame.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,11 @@ __declspec(dllexport) UINT8 injectX64Gal(char *targetEXE)
205205
printf("Failed to inject MonikaPayload.\n");
206206
return -1;
207207
}
208+
printf("MonikaPayload injected successfully.\n");
208209

209210
// Hijack the main thread
210211
if (HijackMainThread(hProcess, mainThreadId, remoteMemory) == 0)
211-
printf("MonikaPayload injected and main thread hijacked successfully.\n");
212+
printf("Main thread hijacked successfully.\n");
212213
else
213214
printf("Failed to hijack main thread.\n");
214215

150 Bytes
Binary file not shown.
-140 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)