C# 클래스 PeNet.Structures.AbstractStructure

Abstract class for a Windows structure.
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Buff byte[]
Offset uint

보호된 메소드들

메소드 설명
AbstractStructure ( byte buff, uint offset )

Creates a new AbstractStructure which holds fields that all structures have in common.

메소드 상세

AbstractStructure() 보호된 메소드

Creates a new AbstractStructure which holds fields that all structures have in common.
protected AbstractStructure ( byte buff, uint offset )
buff byte A PE file as a binary buffer.
offset uint The offset to the structure in the buffer.

프로퍼티 상세

Buff 보호되어 있는 프로퍼티

A PE file as a binary buffer.
protected byte[] Buff
리턴 byte[]

Offset 보호되어 있는 프로퍼티

The offset to the structure in the buffer.
protected uint Offset
리턴 uint