More visibility for PackHeader when debug(-D)
modified: packhead.cpp modified: packmast.cpp modified: pefile.h
This commit is contained in:
+2
-1
@@ -37,6 +37,8 @@
|
||||
class PeFile : public Packer
|
||||
{
|
||||
typedef Packer super;
|
||||
public:
|
||||
virtual int getVersion() const { return 13; }
|
||||
protected:
|
||||
class Interval;
|
||||
class Reloc;
|
||||
@@ -47,7 +49,6 @@ protected:
|
||||
|
||||
PeFile(InputFile *f);
|
||||
virtual ~PeFile();
|
||||
virtual int getVersion() const { return 13; }
|
||||
|
||||
void readSectionHeaders(unsigned objs, unsigned sizeof_ih);
|
||||
unsigned readSections(unsigned objs, unsigned usize,
|
||||
|
||||
Reference in New Issue
Block a user