New format Mach/AMD64 for 64-bit x86 programs on Apple Macintosh
This commit is contained in:
@@ -277,6 +277,8 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
|
||||
return p;
|
||||
if ((p = func(new PackMachI386(f), user)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackMachAMD64(f), user)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackMachARMEL(f), user)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackDylibI386(f), user)) != NULL)
|
||||
|
||||
Reference in New Issue
Block a user