step 0 of refactoring arm/pe & win32/pe ready

This commit is contained in:
László Molnár
2006-07-26 14:00:36 +02:00
parent 6d6eeba5d5
commit 9f5c0af5b8
6 changed files with 21 additions and 1586 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ protected:
// unpacker capabilities
virtual bool canUnpackVersion(int version) const
{ return version == 13; }
{ return (version >= 12 && version <= 13); }
protected:
virtual int readFileHeader();