step 0 of refactoring arm/pe & win32/pe ready
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user