Property | Type | Description | |
---|---|---|---|
FileStream | Stream | ||
Header | |||
MemoryPartition | MemoryPartition | ||
MemoryStream | Stream | ||
NamesSectionHeader | |||
ProgramHeaders | CSPspEmu.Hle.Formats.Elf.ProgramHeader[] | ||
SectionHeaders | CSPspEmu.Hle.Formats.Elf.SectionHeader[] |
Property | Type | Description | |
---|---|---|---|
BaseAddress | uint | ||
StringTable | byte[] |
Method | Description | |
---|---|---|
AllocateAndWrite ( Stream MemoryStream, MemoryPartition MemoryPartition, uint BaseAddress ) : void | ||
GetStringFromStringTable ( uint Index ) : String | ||
Load ( Stream FileStream, string Name ) : void | ||
ProgramHeaderFileStream ( Elf ProgramHeader ) : Stream | ||
SectionHeaderFileStream ( Elf SectionHeader ) : Stream | ||
SectionHeaderMemoryStream ( Elf SectionHeader ) : Stream |
Method | Description | |
---|---|---|
AllocateMemory ( ) : void | ||
SectionHeadersWithFlag ( Elf Flag ) : IEnumerable |
||
WriteToMemory ( ) : void |
public AllocateAndWrite ( Stream MemoryStream, MemoryPartition MemoryPartition, uint BaseAddress ) : void | ||
MemoryStream | Stream | |
MemoryPartition | MemoryPartition | |
BaseAddress | uint | |
return | void |
public GetStringFromStringTable ( uint Index ) : String | ||
Index | uint | |
return | String |
public Load ( Stream FileStream, string Name ) : void | ||
FileStream | Stream | |
Name | string | |
return | void |
public ProgramHeaderFileStream ( Elf ProgramHeader ) : Stream | ||
ProgramHeader | Elf | |
return | Stream |
public SectionHeaderFileStream ( Elf SectionHeader ) : Stream | ||
SectionHeader | Elf | |
return | Stream |
public SectionHeaderMemoryStream ( Elf SectionHeader ) : Stream | ||
SectionHeader | Elf | |
return | Stream |
protected SectionHeadersWithFlag ( Elf Flag ) : IEnumerable |
||
Flag | Elf | |
return | IEnumerable |
public Elf.HeaderStruct,CSPspEmu.Hle.Formats Header | ||
return |
public Elf.SectionHeader,CSPspEmu.Hle.Formats NamesSectionHeader | ||
return |
public Elf.ProgramHeader[],CSPspEmu.Hle.Formats ProgramHeaders | ||
return | CSPspEmu.Hle.Formats.Elf.ProgramHeader[] |
public Elf.SectionHeader[],CSPspEmu.Hle.Formats SectionHeaders | ||
return | CSPspEmu.Hle.Formats.Elf.SectionHeader[] |