C# 클래스 Mono.Cecil.PE.ImageReader

상속: Mono.Cecil.PE.BinaryStreamReader
파일 보기 프로젝트 열기: jbevain/cecil 1 사용 예제들

공개 메소드들

메소드 설명
ImageReader ( Disposable stream, string file_name ) : System
ReadImage ( Disposable stream, string file_name ) : Image
ReadPortablePdb ( Disposable stream, string file_name ) : Image

비공개 메소드들

메소드 설명
ComputeTableInformations ( ) : void
GetCodedIndexSize ( CodedIndex index ) : int
GetModuleKind ( ushort characteristics, ushort subsystem ) : ModuleKind
GetTableIndexSize ( Table table ) : int
MoveTo ( Mono.Cecil.PE.DataDirectory directory ) : void
ReadAlignedString ( int length ) : string
ReadArchitecture ( ) : TargetArchitecture
ReadCLIHeader ( ) : void
ReadHeapData ( uint offset, uint size ) : byte[]
ReadImage ( ) : void
ReadMetadata ( ) : void
ReadMetadataStream ( Section section ) : void
ReadOptionalHeaders ( ushort &subsystem, ushort &dll_characteristics ) : void
ReadPdbHeap ( ) : void
ReadSections ( ushort count ) : void
ReadTableHeap ( ) : void
ReadZeroTerminatedString ( int length ) : string
SetIndexSize ( Heap heap, uint sizes, byte flag ) : void

메소드 상세

ImageReader() 공개 메소드

public ImageReader ( Disposable stream, string file_name ) : System
stream Disposable
file_name string
리턴 System

ReadImage() 공개 정적인 메소드

public static ReadImage ( Disposable stream, string file_name ) : Image
stream Disposable
file_name string
리턴 Image

ReadPortablePdb() 공개 정적인 메소드

public static ReadPortablePdb ( Disposable stream, string file_name ) : Image
stream Disposable
file_name string
리턴 Image