Working on autoinjection of dll into conhost.exe

This commit is contained in:
hellisabove
2023-07-04 02:44:22 +03:00
parent e99cfca22a
commit b021234380
27 changed files with 213 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <Windows.h>
#pragma once
namespace Tools {
int AutoInject(LPSTR target_process, LPCSTR payload);
}