PackLinuxElf64amd

p_lx_elf.h p_lx_elf.cpp packmast.cpp

committer: jreiser <jreiser> 1131570778 +0000
This commit is contained in:
John Reiser
2005-11-09 21:12:58 +00:00
parent 09559bee8c
commit 6737a3ae09
3 changed files with 731 additions and 50 deletions
+2
View File
@@ -215,6 +215,8 @@ static Packer* try_packers(InputFile *f, try_function func)
if ((p = func(new PackLinuxI386interp(f),f)) != NULL)
return p;
}
if ((p = func(new PackLinuxElf64amd(f),f)) != NULL)
return p;
if ((p = func(new PackLinuxElf32ppc(f),f)) != NULL)
return p;
if ((p = func(new PackLinuxI386elf(f),f)) != NULL)