|
decompiler
1.0.0
|
A record describing a section bytes in the executable. More...
#include <loadimage.hh>
Public Types | |
| enum | { unalloc = 1, noload = 2, code = 4, data = 8, readonly = 16 } |
| Boolean properties a section might have. More... | |
Public Attributes | |
| Address | address |
| Starting address of section. | |
| uintb | size |
| Number of bytes in section. | |
| uint4 | flags |
| Properties of the section. | |
A record describing a section bytes in the executable.
A lightweight object specifying the location and size of the section and basic properties
| anonymous enum |
1.8.11