Start on darwin.macho-dylib

modified:   p_mach.cpp
	modified:   p_mach.h
	modified:   packmast.cpp
This commit is contained in:
John Reiser
2017-05-03 08:30:21 -07:00
parent 391f511094
commit fe4a8f33b1
3 changed files with 39 additions and 20 deletions
+1 -1
View File
@@ -216,6 +216,7 @@ Packer *PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
D(PackCom);
// Mach (MacOS X PowerPC)
D(PackDylibAMD64);
D(PackMachPPC32);
D(PackMachPPC64LE);
D(PackMachI386);
@@ -227,7 +228,6 @@ Packer *PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
// assumes about .dylib file structure.
// D(PackDylibI386);
// D(PackDylibPPC32);
// D(PackDylibAMD64);
return NULL;
#undef D