C# 클래스 Reko.ImageLoaders.Elf.Relocators.x86Relocator

상속: ElfRelocator32
파일 보기 프로젝트 열기: uxmal/reko

공개 메소드들

메소드 설명
Relocate ( Program program ) : void
RelocateEntry ( Program program, ElfSymbol sym, ElfSection referringSection, Elf32_Rela rela ) : void
RelocateOld ( Program program ) : void
RelocationTypeToString ( uint type ) : string
x86Relocator ( ElfLoader32 loader ) : Reko.Core

비공개 메소드들

메소드 설명
LoadImportReferencesFromRelPlt ( ImportReference>.Dictionary importReferences ) : void

메소드 상세

Relocate() 공개 메소드

public Relocate ( Program program ) : void
program Program
리턴 void

RelocateEntry() 공개 메소드

public RelocateEntry ( Program program, ElfSymbol sym, ElfSection referringSection, Elf32_Rela rela ) : void
program Program
sym ElfSymbol
referringSection ElfSection
rela Elf32_Rela
리턴 void

RelocateOld() 공개 메소드

public RelocateOld ( Program program ) : void
program Program
리턴 void

RelocationTypeToString() 공개 메소드

public RelocationTypeToString ( uint type ) : string
type uint
리턴 string

x86Relocator() 공개 메소드

public x86Relocator ( ElfLoader32 loader ) : Reko.Core
loader ElfLoader32
리턴 Reko.Core