C# 클래스 PeNet.Structures.IMAGE_BASE_RELOCATION

The IMAGE_BASE_RELOCATION structure holds information needed to relocate the image to another virtual address.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
IMAGE_BASE_RELOCATION ( byte buff, uint offset, uint relocSize ) : System

Create a new IMAGE_BASE_RELOCATION object.

ToString ( ) : string

Convert all object properties to strings.

비공개 메소드들

메소드 설명
ParseTypeOffsets ( ) : void

메소드 상세

IMAGE_BASE_RELOCATION() 공개 메소드

Create a new IMAGE_BASE_RELOCATION object.
/// If the SizeOfBlock is bigger than the size /// of the Relocation Directory. ///
public IMAGE_BASE_RELOCATION ( byte buff, uint offset, uint relocSize ) : System
buff byte PE binary as byte array.
offset uint Offset to the relocation struct in the binary.
relocSize uint Size of the complete relocation directory.
리턴 System

ToString() 공개 메소드

Convert all object properties to strings.
public ToString ( ) : string
리턴 string