5 #include "../core_private.h"
7 #define NOT_SUPPORTED_ERROR_MESSAGE \
8 eprintf("Windows heap parsing is not supported on this platform\n"); \
9 return RZ_CMD_STATUS_ERROR;
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)
#define NOT_SUPPORTED_ERROR_MESSAGE
RZ_IPI RzCmdStatus rz_cmd_debug_process_heap_block_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
static static fork const void static count static fd const char const char static newpath char char argv
enum rz_cmd_status_t RzCmdStatus
@ RZ_CMD_STATUS_OK
command handler exited in the right way
RzOutputMode
Enum to describe the way data are printed.
@ RZ_OUTPUT_MODE_STANDARD
RZ_IPI void rz_heap_list_w32(RzCore *core, RzOutputMode mode)
RZ_IPI void rz_heap_debug_block_win(RzCore *core, const char *addr, RzOutputMode mode, bool flag)