powerpc64-darwin.macho (not powerpc64le-darwin.macho)
All Apple PowerPC are BigEndian only.
https://github.com/upx/upx/issues/596
modified: p_mach.cpp
modified: p_mach.h
modified: packmast.cpp
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
eb68ab91cd
commit
aeb04d97c8
+1
-1
@@ -220,7 +220,7 @@ Packer *PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
|
||||
// Mach (MacOS X PowerPC)
|
||||
D(PackDylibAMD64);
|
||||
D(PackMachPPC32);
|
||||
D(PackMachPPC64LE);
|
||||
D(PackMachPPC64);
|
||||
D(PackMachI386);
|
||||
D(PackMachAMD64);
|
||||
D(PackMachARMEL);
|
||||
|
||||
Reference in New Issue
Block a user