调不了了 终极大招了
This commit is contained in:
@@ -32,7 +32,7 @@ auto getPeInfo(std::string inputFilePath) -> std::shared_ptr<BasicPeInfo> {
|
||||
return sampleInfo;
|
||||
}
|
||||
int main() {
|
||||
auto sampleInfo = getPeInfo("C:\\ConsoleApplication1.exe");
|
||||
auto sampleInfo = getPeInfo("E:\\对战平台\\CrowAntiCheat\\CrowAntiCheat\\client\\Console_Test\\x64\\Release\\Console_Test.exe");
|
||||
printf("input new file %s \n", sampleInfo->inputFilePath);
|
||||
printf("is x64: %d\n", sampleInfo->isX64);
|
||||
printf("is relocated: %d\n", sampleInfo->isRelocated);
|
||||
|
||||
Reference in New Issue
Block a user