Rizin
unix-like reverse engineering framework and cli tools
|
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) |
#define NOT_SUPPORTED_ERROR_MESSAGE |
Definition at line 7 of file cmd_windows_heap.c.
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.
References NOT_SUPPORTED_ERROR_MESSAGE.
Referenced by rzshell_cmddescs_init().
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.
References NOT_SUPPORTED_ERROR_MESSAGE.
Referenced by rzshell_cmddescs_init().
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.
References NOT_SUPPORTED_ERROR_MESSAGE.
Referenced by rzshell_cmddescs_init().