Skip to content

Commit 1fb7f58

Browse files
committed
Nice Try
1 parent e84f6d5 commit 1fb7f58

17 files changed

Lines changed: 23 additions & 8 deletions

MonikaDLL/.vs/MonikaDLL/FileContentIndex/a2f80838-613d-44e2-8226-0fe8d1fc5526.vsidx renamed to MonikaDLL/.vs/MonikaDLL/FileContentIndex/55cdb98f-28cb-4f97-912f-2a7a4c9b6347.vsidx

7.15 KB
Binary file not shown.

MonikaDLL/.vs/MonikaDLL/v17/.suo

2 KB
Binary file not shown.
0 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"RelativeDocumentMoniker": "KernelWrapper.cpp",
2929
"ToolTip": "C:\\Users\\Administrator\\DDLC-MonikaInKernel\\MonikaDLL\\KernelWrapper.cpp",
3030
"RelativeToolTip": "KernelWrapper.cpp",
31-
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAVAAAAAAAAAA==",
31+
"ViewState": "AgIAABsAAAAAAAAAAAAAAAgAAAAVAAAAAAAAAA==",
3232
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
3333
"WhenOpened": "2024-09-20T08:33:30.682Z",
3434
"EditorCaption": ""
@@ -43,8 +43,7 @@
4343
"RelativeToolTip": "dllmain.cpp",
4444
"ViewState": "AgIAAAAAAAAAAAAAAAAAAC4AAAALAAAAAAAAAA==",
4545
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
46-
"WhenOpened": "2024-08-26T04:16:01.456Z",
47-
"EditorCaption": ""
46+
"WhenOpened": "2024-08-26T04:16:01.456Z"
4847
}
4948
]
5049
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"RelativeDocumentMoniker": "KernelWrapper.cpp",
2929
"ToolTip": "C:\\Users\\Administrator\\DDLC-MonikaInKernel\\MonikaDLL\\KernelWrapper.cpp",
3030
"RelativeToolTip": "KernelWrapper.cpp",
31-
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAVAAAAAAAAAA==",
31+
"ViewState": "AgIAABsAAAAAAAAAAAAAAAgAAAAVAAAAAAAAAA==",
3232
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
3333
"WhenOpened": "2024-09-20T08:33:30.682Z",
3434
"EditorCaption": ""
@@ -43,8 +43,7 @@
4343
"RelativeToolTip": "dllmain.cpp",
4444
"ViewState": "AgIAAAAAAAAAAAAAAAAAAC4AAAALAAAAAAAAAA==",
4545
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
46-
"WhenOpened": "2024-08-26T04:16:01.456Z",
47-
"EditorCaption": ""
46+
"WhenOpened": "2024-08-26T04:16:01.456Z"
4847
}
4948
]
5049
}

MonikaDLL/KernelWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C"
88
#include <Windows.h>
99
#include <winioctl.h>
1010

11-
HANDLE device = NULL;
11+
__declspec(dllexport) HANDLE device = NULL;
1212

1313
typedef struct
1414
{
0 Bytes
Binary file not shown.
20 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

MonikaDLL/MonikaDLL/x64/Release/MonikaDLL.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
 KernelWrapper.cpp
22
Creating library C:\Users\Administrator\DDLC-MonikaInKernel\MonikaDLL\x64\Release\MonikaDLL.lib and object C:\Users\Administrator\DDLC-MonikaInKernel\MonikaDLL\x64\Release\MonikaDLL.exp
33
Generating code
4-
0 of 12 functions ( 0.0%) were compiled, the rest were copied from previous compilation.
4+
1 of 12 functions ( 8.3%) were compiled, the rest were copied from previous compilation.
55
0 functions were new in current compilation
66
0 functions had inline decision re-evaluated but remain unchanged
77
Finished generating code

0 commit comments

Comments
 (0)