Working on autoinjection of dll into conhost.exe
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <Windows.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Tools {
|
||||
int AutoInject(LPSTR target_process, LPCSTR payload);
|
||||
}
|
||||
Reference in New Issue
Block a user