src: pefile: add checkMachine()

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-21 20:33:40 +01:00
parent e1edc5f50a
commit 3d691645a4
7 changed files with 44 additions and 6 deletions
+2 -2
View File
@@ -158,12 +158,12 @@ Packer *PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
D(PackDjgpp2);
D(PackTmt);
D(PackWcle);
// D(PackW64PeArm64EC); // NOT YET IMPLEMENTED
// D(PackW64PeArm64); // NOT YET IMPLEMENTED
D(PackW64PeAmd64);
D(PackW32PeI386);
}
D(PackWinCeArm);
// D(PackW64PeArm64EC); // NOT YET IMPLEMENTED
// D(PackW64PeArm64); // NOT YET IMPLEMENTED
D(PackExe);
//