C# 클래스 Inazuma.Mono.Cecil.Cil.CodeReader

상속: ByteBuffer
파일 보기 프로젝트 열기: mayuki/Inazuma

Private Properties

프로퍼티 타입 설명
Align void
GetInstruction Instruction
GetInstruction Instruction
GetOriginalToken MetadataToken
IsInSection bool
PatchRawCode void
PatchRawExceptionHandlers void
PatchRawFatMethod void
PatchRawFatSection void
PatchRawSection void
PatchRawSmallSection void
ReadCode void
ReadExceptionHandlerSpecific void
ReadExceptionHandlers void
ReadFatMethod void
ReadFatSection void
ReadMethodBody void
ReadOpCode OpCode
ReadOperand object
ReadSection void
ReadSmallSection void
ResolveBranches void

공개 메소드들

메소드 설명
CodeReader ( Section section, MetadataReader reader ) : System
GetCallSite ( MetadataToken token ) : CallSite
GetParameter ( int index ) : ParameterDefinition
GetString ( MetadataToken token ) : string
GetVariable ( int index ) : VariableDefinition
MoveTo ( int rva ) : void
PatchRawMethodBody ( MethodDefinition method, CodeWriter writer, MethodSymbols &symbols ) : ByteBuffer
ReadMethodBody ( MethodDefinition method ) : MethodBody
ReadToken ( ) : MetadataToken
ReadVariables ( MetadataToken local_var_token ) : VariableDefinitionCollection

비공개 메소드들

메소드 설명
Align ( int align ) : void
GetInstruction ( Collection instructions, int offset ) : Instruction
GetInstruction ( int offset ) : Instruction
GetOriginalToken ( MetadataBuilder metadata, MethodDefinition method ) : MetadataToken
IsInSection ( int rva ) : bool
PatchRawCode ( ByteBuffer buffer, int code_size, CodeWriter writer ) : void
PatchRawExceptionHandlers ( ByteBuffer buffer, MetadataBuilder metadata, int count, bool fat_entry ) : void
PatchRawFatMethod ( ByteBuffer buffer, MethodSymbols symbols, CodeWriter writer, MetadataToken &local_var_token ) : void
PatchRawFatSection ( ByteBuffer buffer, MetadataBuilder metadata ) : void
PatchRawSection ( ByteBuffer buffer, MetadataBuilder metadata ) : void
PatchRawSmallSection ( ByteBuffer buffer, MetadataBuilder metadata ) : void
ReadCode ( ) : void
ReadExceptionHandlerSpecific ( ExceptionHandler handler ) : void
ReadExceptionHandlers ( int count, Func read_entry, Func read_length ) : void
ReadFatMethod ( ) : void
ReadFatSection ( ) : void
ReadMethodBody ( ) : void
ReadOpCode ( ) : OpCode
ReadOperand ( Instruction instruction ) : object
ReadSection ( ) : void
ReadSmallSection ( ) : void
ResolveBranches ( Collection instructions ) : void

메소드 상세

CodeReader() 공개 메소드

public CodeReader ( Section section, MetadataReader reader ) : System
section Inazuma.Mono.Cecil.PE.Section
reader MetadataReader
리턴 System

GetCallSite() 공개 메소드

public GetCallSite ( MetadataToken token ) : CallSite
token MetadataToken
리턴 CallSite

GetParameter() 공개 메소드

public GetParameter ( int index ) : ParameterDefinition
index int
리턴 ParameterDefinition

GetString() 공개 메소드

public GetString ( MetadataToken token ) : string
token MetadataToken
리턴 string

GetVariable() 공개 메소드

public GetVariable ( int index ) : VariableDefinition
index int
리턴 VariableDefinition

MoveTo() 공개 메소드

public MoveTo ( int rva ) : void
rva int
리턴 void

PatchRawMethodBody() 공개 메소드

public PatchRawMethodBody ( MethodDefinition method, CodeWriter writer, MethodSymbols &symbols ) : ByteBuffer
method MethodDefinition
writer CodeWriter
symbols MethodSymbols
리턴 ByteBuffer

ReadMethodBody() 공개 메소드

public ReadMethodBody ( MethodDefinition method ) : MethodBody
method MethodDefinition
리턴 MethodBody

ReadToken() 공개 메소드

public ReadToken ( ) : MetadataToken
리턴 MetadataToken

ReadVariables() 공개 메소드

public ReadVariables ( MetadataToken local_var_token ) : VariableDefinitionCollection
local_var_token MetadataToken
리턴 VariableDefinitionCollection