HyperDbg Debugger
Loading...
Searching...
No Matches
Callstack.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
20 UINT64 StackBaseAddress,
21 UINT32 Size,
22 BOOLEAN Is32Bit);
UCHAR BOOLEAN
Definition BasicTypes.h:39
unsigned __int64 UINT64
Definition BasicTypes.h:21
unsigned int UINT32
Definition BasicTypes.h:48
BOOLEAN CallstackWalkthroughStack(PDEBUGGER_SINGLE_CALLSTACK_FRAME AddressToSaveFrames, UINT64 StackBaseAddress, UINT32 Size, BOOLEAN Is32Bit)
Walkthrough the stack.
Definition Callstack.c:25
The structure for saving the callstack frame of one parameter.
Definition RequestStructures.h:761