This commit is contained in:
2025-04-27 10:34:53 -07:00
parent 70d35cf0e3
commit ba08245e02
25 changed files with 551 additions and 77 deletions

View File

@@ -17,7 +17,7 @@
#define ELF_64_BIT_HEADER_SIZE 64
#define ELF_32_BIT_HEADER_SIZE 52
class ELF
class EHS_LIB_IO ELF
{
private:
ehs::UInt_8 bitDepth;

View File

@@ -14,7 +14,7 @@
class ELF;
class ELF_Program
class EHS_LIB_IO ELF_Program
{
private:
friend class ELF;

View File

@@ -17,7 +17,7 @@
#define SECH_SIZE 64
class ELF_Section
class EHS_LIB_IO ELF_Section
{
private:
friend class ELF;

View File

@@ -74,7 +74,7 @@
#define SYMH_SIZE 24
class ELF_Sym
class EHS_LIB_IO ELF_Sym
{
private:
ehs::UInt_32 nameOffset;