README updated

This commit is contained in:
violet-devsec
2025-08-16 16:37:59 +01:00
parent 8b45f0e8dc
commit 37e6a06b57
4 changed files with 16 additions and 7 deletions
+4 -1
View File
@@ -1,12 +1,15 @@
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <string.h>
int main()
{
DWORD bytesRead;
const TCHAR* filePath;
BOOL fileReadSuccess, filePermChangeSuccess, processCreateSuccess;
const TCHAR* filePath = _T("shellcode.bin");
//scanf("Enter the shellcode(shellcode+dll) binary file path: %d", filePath);
filePath = _T("shellcode.bin");
printf("Loader started!\n");
printf("Shellcode path: %s\n", filePath);