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
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
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