New format Mach/AMD64 for 64-bit x86 programs on Apple Macintosh

This commit is contained in:
John Reiser
2009-09-01 07:30:37 -07:00
parent ae0ab5025e
commit 200a2556ef
13 changed files with 1775 additions and 22 deletions
+2
View File
@@ -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)