添加项目文件。
This commit is contained in:
12
Etw Syscall/libpeconv-master/tests/test_loading_imps.h
Normal file
12
Etw Syscall/libpeconv-master/tests/test_loading_imps.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "peconv.h"
|
||||
|
||||
namespace tests {
|
||||
|
||||
// Get the path of the current module and loads it by the custom loader. Then, deploys the module and checks if it runs properly.
|
||||
int deploy_self();
|
||||
|
||||
int deploy_self_ex(peconv::t_function_resolver* func_resolver);
|
||||
|
||||
}; //namespace tests
|
||||
Reference in New Issue
Block a user