C# Class ELFSharp.MachO.Segment

Inheritance: Command
Show file Open project: antmicro/elfsharp Class Usage Examples

Public Methods

Method Description
GetData ( ) : byte[]
Segment ( BinaryReader reader, Func streamProvider, bool is64 ) : System

Private Methods

Method Description
ReadInt32OrInt64 ( ) : long
ReadProtection ( ) : Protection
ReadSectionOrSegmentName ( ) : string

Method Details

GetData() public method

public GetData ( ) : byte[]
return byte[]

Segment() public method

public Segment ( BinaryReader reader, Func streamProvider, bool is64 ) : System
reader System.IO.BinaryReader
streamProvider Func
is64 bool
return System