添加项目文件。
This commit is contained in:
10
Etw Syscall/libpeconv-master/tests/test_format_detect.h
Normal file
10
Etw Syscall/libpeconv-master/tests/test_format_detect.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <peconv.h>
|
||||
|
||||
namespace tests {
|
||||
|
||||
// check if the supplied PE is in raw or virtual format
|
||||
int check_pe_format(const char *path);
|
||||
|
||||
}; //namespace tests
|
||||
Reference in New Issue
Block a user