more *BSD arrangements
This commit is contained in:
+5
-1
@@ -213,7 +213,11 @@ static Packer* try_packers(InputFile *f, try_function func)
|
||||
if ((p = func(new PackLinuxElf32x86interp(f),f)) != NULL)
|
||||
return p;
|
||||
}
|
||||
if ((p = func(new PackBSDElf32x86(f),f)) != NULL)
|
||||
if ((p = func(new PackFreeBSDElf32x86(f),f)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackNetBSDElf32x86(f),f)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackOpenBSDElf32x86(f),f)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackLinuxElf32x86(f),f)) != NULL)
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user