more work on elf header

This commit is contained in:
georgemoralis 2023-04-04 09:29:49 +03:00
parent e37e047c0e
commit f58bb4abab
2 changed files with 28 additions and 0 deletions

View file

@ -95,6 +95,7 @@ public:
void Open(const std::string & file_name);
bool isSelfFile() const;
bool isElfFile() const;
void DebugDump();
private: