添加项目文件。
This commit is contained in:
8
Etw Syscall/libpeconv-master/run_pe/run_pe.h
Normal file
8
Etw Syscall/libpeconv-master/run_pe/run_pe.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
/**
|
||||
Perform the RunPE injection of the payload into the target.
|
||||
*/
|
||||
bool run_pe(IN const char *payloadPath, IN const char *targetPath, IN const char* cmdLine);
|
||||
Reference in New Issue
Block a user