PEMemoryBlock 구조체

정의

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

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

속성

Length

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

Pointer

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

메서드

GetContent()

전체 블록의 내용을 배열로 읽어 들입니다.

GetContent(Int32, Int32)

일부 블록의 내용을 배열로 읽어 들입니다.

GetReader()

전체 블록에 걸친 blob에 대한 BlobReader를 만듭니다.

GetReader(Int32, Int32)

블록의 일부에 걸친 blob에 대한 BlobReader를 만듭니다.

적용 대상