PEMemoryBlock 구조체

정의

PE(이식 가능한 실행 파일) 이미지의 메모리 블록을 나타냅니다.

public value class PEMemoryBlock
public struct PEMemoryBlock
public readonly struct PEMemoryBlock
type PEMemoryBlock = struct
Public Structure PEMemoryBlock
상속
PEMemoryBlock

속성

Name Description
Length

블록의 길이를 가져옵니다.

Pointer

블록의 첫 번째 바이트에 대한 포인터를 가져옵니다.

메서드

Name Description
GetContent()

전체 블록의 내용을 배열로 읽습니다.

GetContent(Int32, Int32)

블록의 일부 내용을 배열로 읽습니다.

GetReader()

BlobReader 전체 블록에 걸쳐 있는 Blob에 대한 a를 만듭니다.

GetReader(Int32, Int32)

BlobReader 블록의 일부에 걸쳐 있는 Blob에 대한 a를 만듭니다.

적용 대상