Rizin
unix-like reverse engineering framework and cli tools
_DEBUG_BUFFER Struct Reference

#include <windows_heap.h>

Public Attributes

HANDLE SectionHandle
 
PVOID SectionBase
 
PVOID RemoteSectionBase
 
WPARAM SectionBaseDelta
 
HANDLE EventPairHandle
 
HANDLE RemoteEventPairHandle
 
HANDLE RemoteProcessId
 
HANDLE RemoteThreadHandle
 
ULONG InfoClassMask
 
SIZE_T SizeOfInfo
 
SIZE_T AllocatedSize
 
SIZE_T SectionSize
 
PVOID ModuleInformation
 
PVOID BackTraceInformation
 
PVOID HeapInformation
 
PVOID LockInformation
 
PVOID SpecificHeap
 
HANDLE RemoteProcessHandle
 
PVOID VerifierOptions
 
PVOID ProcessHeap
 
HANDLE CriticalSectionHandle
 
HANDLE CriticalSectionOwnerThread
 
PVOID Reserved [4]
 

Detailed Description

Definition at line 946 of file windows_heap.h.

Member Data Documentation

◆ AllocatedSize

SIZE_T _DEBUG_BUFFER::AllocatedSize

Definition at line 957 of file windows_heap.h.

◆ BackTraceInformation

PVOID _DEBUG_BUFFER::BackTraceInformation

Definition at line 960 of file windows_heap.h.

◆ CriticalSectionHandle

HANDLE _DEBUG_BUFFER::CriticalSectionHandle

Definition at line 967 of file windows_heap.h.

◆ CriticalSectionOwnerThread

HANDLE _DEBUG_BUFFER::CriticalSectionOwnerThread

Definition at line 968 of file windows_heap.h.

◆ EventPairHandle

HANDLE _DEBUG_BUFFER::EventPairHandle

Definition at line 951 of file windows_heap.h.

◆ HeapInformation

◆ InfoClassMask

ULONG _DEBUG_BUFFER::InfoClassMask

◆ LockInformation

PVOID _DEBUG_BUFFER::LockInformation

Definition at line 962 of file windows_heap.h.

◆ ModuleInformation

PVOID _DEBUG_BUFFER::ModuleInformation

Definition at line 959 of file windows_heap.h.

◆ ProcessHeap

PVOID _DEBUG_BUFFER::ProcessHeap

Definition at line 966 of file windows_heap.h.

◆ RemoteEventPairHandle

HANDLE _DEBUG_BUFFER::RemoteEventPairHandle

Definition at line 952 of file windows_heap.h.

◆ RemoteProcessHandle

HANDLE _DEBUG_BUFFER::RemoteProcessHandle

Definition at line 964 of file windows_heap.h.

◆ RemoteProcessId

HANDLE _DEBUG_BUFFER::RemoteProcessId

Definition at line 953 of file windows_heap.h.

◆ RemoteSectionBase

PVOID _DEBUG_BUFFER::RemoteSectionBase

Definition at line 949 of file windows_heap.h.

◆ RemoteThreadHandle

HANDLE _DEBUG_BUFFER::RemoteThreadHandle

Definition at line 954 of file windows_heap.h.

◆ Reserved

PVOID _DEBUG_BUFFER::Reserved[4]

Definition at line 969 of file windows_heap.h.

◆ SectionBase

PVOID _DEBUG_BUFFER::SectionBase

Definition at line 948 of file windows_heap.h.

◆ SectionBaseDelta

WPARAM _DEBUG_BUFFER::SectionBaseDelta

Definition at line 950 of file windows_heap.h.

◆ SectionHandle

HANDLE _DEBUG_BUFFER::SectionHandle

Definition at line 947 of file windows_heap.h.

◆ SectionSize

SIZE_T _DEBUG_BUFFER::SectionSize

Definition at line 958 of file windows_heap.h.

◆ SizeOfInfo

SIZE_T _DEBUG_BUFFER::SizeOfInfo

Definition at line 956 of file windows_heap.h.

◆ SpecificHeap

PVOID _DEBUG_BUFFER::SpecificHeap

Definition at line 963 of file windows_heap.h.

◆ VerifierOptions

PVOID _DEBUG_BUFFER::VerifierOptions

Definition at line 965 of file windows_heap.h.


The documentation for this struct was generated from the following file: