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

The UNWIND_INFO is used for x64 exception handling and to unwind the stack. It is pointed to by the RUNTIME_FUNCTION struct.
Наследование: AbstractStructure
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Creates a string representation if the of the objects properties.

UNWIND_INFO ( byte buff, uint offset ) : System.Collections.Generic

Create a new UNWIND_INFO object.

Приватные методы

Метод Описание
ParseUnwindCodes ( byte buff, uint offset ) : UNWIND_CODE[]

Описание методов

ToString() публичный Метод

Creates a string representation if the of the objects properties.
public ToString ( ) : string
Результат string

UNWIND_INFO() публичный Метод

Create a new UNWIND_INFO object.
public UNWIND_INFO ( byte buff, uint offset ) : System.Collections.Generic
buff byte A PE file as a byte array.
offset uint Raw offset of the UNWIND_INFO struct.
Результат System.Collections.Generic