some more work on self format

This commit is contained in:
georgemoralis 2023-03-28 19:21:34 +03:00
parent 9c3e9b3bef
commit 76cbb5eb11
3 changed files with 66 additions and 24 deletions

View file

@ -36,7 +36,8 @@ class Elf
{
public:
void Open(const std::string & file_name);
bool isSelfFile() const;
void DebugDump();
private:
FsFile* m_f = nullptr;
self_header* m_self = nullptr;