decompiler  1.0.0
Public Types | Public Attributes | List of all members
LoadImageSection Struct Reference

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.
 

Detailed Description

A record describing a section bytes in the executable.

A lightweight object specifying the location and size of the section and basic properties

Member Enumeration Documentation

anonymous enum

Boolean properties a section might have.

Enumerator
unalloc 

Not allocated in memory (debug info)

noload 

uninitialized section

code 

code only

data 

data only

readonly 

read only section


The documentation for this struct was generated from the following file: