make "upx -d" decompression backward compatible to 8-byte b_info

p_lx_elf.h p_lx_elf.cpp p_unix.cpp

committer: jreiser <jreiser> 981752402 +0000
This commit is contained in:
John Reiser
2001-02-09 21:00:02 +00:00
parent 2ff824e631
commit a63b02ab69
3 changed files with 36 additions and 14 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ protected:
unsigned &total_in, unsigned &total_out, Filter *, OutputFile *);
virtual void unpackExtent(unsigned wanted, OutputFile *fo,
unsigned &total_in, unsigned &total_out,
unsigned &c_adler, unsigned &u_adler, bool first_PF_X);
unsigned &c_adler, unsigned &u_adler,
bool first_PF_X, unsigned szb_info );
protected:
virtual void pack1(OutputFile *, Filter &); // generate executable header