Add Sections property

This commit is contained in:
de4dot 2012-02-05 16:14:46 +01:00
parent 7e229a29b7
commit 82cc64bd77

View File

@ -47,6 +47,10 @@ namespace de4dot.code.PE {
get { return resources; }
}
internal SectionHeader[] Sections {
get { return sectionHeaders; }
}
public uint FileHeaderOffset {
get { return fileHeader.Offset; }
}