pepfile.* disabled; PeFile64 class introduced

This commit is contained in:
László Molnár
2014-02-20 00:10:18 +01:00
parent e49b65723f
commit 18e55061e1
7 changed files with 263 additions and 924 deletions
+1 -17
View File
@@ -118,9 +118,7 @@ PackW32Pe::PackW32Pe(InputFile *f) : super(f)
PackW32Pe::~PackW32Pe()
{
delete [] oloadconf;
}
{}
const int *PackW32Pe::getCompressionMethods(int method, int level) const
@@ -858,20 +856,6 @@ void PackW32Pe::pack(OutputFile *fo)
throwNotCompressible();
}
/*
extra info added to help uncompression:
<ih sizeof(pe_head)>
<pe_section_t objs*sizeof(pe_section_t)>
<start of compressed imports 4> - optional \
<start of the names from uncompressed imports> - opt /
<start of compressed relocs 4> - optional \
<relocation type indicator 1> - optional /
<icondir_count 2> - optional
<offset of extra info 4>
*/
/*
vi:ts=4:et
*/