Rizin
unix-like reverse engineering framework and cli tools
cmd_windows_heap.c File Reference
#include <rz_core.h>
#include "../core_private.h"

Go to the source code of this file.

Macros

#define NOT_SUPPORTED_ERROR_MESSAGE
 

Functions

RZ_IPI RzCmdStatus rz_cmd_debug_heap_block_flag_handler (RzCore *core, int argc, const char **argv)
 
RZ_IPI RzCmdStatus rz_cmd_debug_process_heaps_handler (RzCore *core, int argc, const char **argv, RzOutputMode mode)
 
RZ_IPI RzCmdStatus rz_cmd_debug_process_heap_block_handler (RzCore *core, int argc, const char **argv, RzOutputMode mode)
 

Macro Definition Documentation

◆ NOT_SUPPORTED_ERROR_MESSAGE

#define NOT_SUPPORTED_ERROR_MESSAGE
Value:
eprintf("Windows heap parsing is not supported on this platform\n"); \
#define eprintf(x, y...)
Definition: rlcc.c:7
@ RZ_CMD_STATUS_ERROR
command handler had issues while running (e.g. allocation error, etc.)
Definition: rz_cmd.h:26

Definition at line 7 of file cmd_windows_heap.c.

Function Documentation

◆ rz_cmd_debug_heap_block_flag_handler()

RZ_IPI RzCmdStatus rz_cmd_debug_heap_block_flag_handler ( RzCore core,
int  argc,
const char **  argv 
)

Definition at line 32 of file cmd_windows_heap.c.

32  {
34 }
#define NOT_SUPPORTED_ERROR_MESSAGE

References NOT_SUPPORTED_ERROR_MESSAGE.

Referenced by rzshell_cmddescs_init().

◆ rz_cmd_debug_process_heap_block_handler()

RZ_IPI RzCmdStatus rz_cmd_debug_process_heap_block_handler ( RzCore core,
int  argc,
const char **  argv,
RzOutputMode  mode 
)

Definition at line 40 of file cmd_windows_heap.c.

40  {
42 }

References NOT_SUPPORTED_ERROR_MESSAGE.

Referenced by rzshell_cmddescs_init().

◆ rz_cmd_debug_process_heaps_handler()

RZ_IPI RzCmdStatus rz_cmd_debug_process_heaps_handler ( RzCore core,
int  argc,
const char **  argv,
RzOutputMode  mode 
)

Definition at line 36 of file cmd_windows_heap.c.

36  {
38 }

References NOT_SUPPORTED_ERROR_MESSAGE.

Referenced by rzshell_cmddescs_init().