C# Класс PeNet.Structures.AbstractStructure

Abstract class for a Windows structure.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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