C# Class PERWAPI.Section

Descriptor for a Section in a PEFile eg .text, .sdata
Mostra file Open project: xored/f4 Class Usage Examples

Private Methods

Method Description
AddReloc ( uint offs ) : void
ContainsRVA ( uint rvaPos ) : bool
DoBlock ( BinaryWriter reloc, uint page, int start, int end ) : void
DoRelocs ( BinaryWriter reloc ) : void
GetOffset ( uint inRVA ) : uint
IncTide ( uint incVal ) : void
Offset ( ) : uint
Padding ( ) : uint
RVA ( ) : uint
Section ( PEReader input ) : System
Section ( string sName, uint sFlags ) : System
SetOffset ( uint offs ) : void
SetRVA ( uint rva ) : void
SetSize ( uint pad ) : void
Size ( ) : uint
Tide ( ) : uint
WriteHeader ( BinaryWriter output, uint relocRVA ) : void