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
@@ -205,7 +205,7 @@ int PeFile::readFileHeader()
fi->readx(&ih,sizeof(ih));
fi->seek(0x200,SEEK_SET);
fi->readx(&h,6);
return -1; // should be set overridden in the descendant class
return getFormat();
}