C# Class ELFSharp.MachO.Segment

Inheritance: Command
Afficher le fichier Open project: antmicro/elfsharp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ReadInt32OrInt64 ( ) : long
ReadProtection ( ) : Protection
ReadSectionOrSegmentName ( ) : string

Method Details

GetData() public méthode

public GetData ( ) : byte[]
Résultat byte[]

Segment() public méthode

public Segment ( BinaryReader reader, Func streamProvider, bool is64 ) : System
reader System.IO.BinaryReader
streamProvider Func
is64 bool
Résultat System