Files
Etw-Syscall/Etw Syscall/libpeconv-master/tests/test_format_detect.h
2022-04-26 15:31:46 +08:00

11 lines
179 B
C++

#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