This commit is contained in:
huoji
2025-03-20 14:50:58 +08:00
parent 91dca661ba
commit a96ee2e166
3 changed files with 36 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ auto doMalwareScan(int argc, char* argv[]) -> void {
int doSandbox(int argc, char* argv[]) {
std::string filePath = "Z:\\opengl32.dll";
std::string filePath = "C:\\wangkun_muma\\opengl32.dll.bin";
auto peInfo = getPeInfo(filePath);
if (peInfo == nullptr) {
std::cout << "无法加载PE文件: " << filePath << std::endl;