C# 클래스 ELFSharp.MachO.Segment

상속: Command
파일 보기 프로젝트 열기: antmicro/elfsharp 1 사용 예제들

공개 메소드들

메소드 설명
GetData ( ) : byte[]
Segment ( BinaryReader reader, Func streamProvider, bool is64 ) : System

비공개 메소드들

메소드 설명
ReadInt32OrInt64 ( ) : long
ReadProtection ( ) : Protection
ReadSectionOrSegmentName ( ) : string

메소드 상세

GetData() 공개 메소드

public GetData ( ) : byte[]
리턴 byte[]

Segment() 공개 메소드

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