SectionInfo

Information about sections.

Members

Variables

end
void* end;

End address of the section

section
string section;

Name of the section

segment
string segment;

Segment of the section, if applicable.

start
void* start;

Start address of the section

Meta