PEMemoryBlock 구조체

정의

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

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

속성

Name Description
Length

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

Pointer

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

메서드

Name Description
GetContent()

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

적용 대상