Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Go to the source code of this file.
Functions | |
RZ_API bool | rz_w32_add_winmsg_breakpoint (RzDebug *dbg, const char *msg_name, const char *window_id) |
RZ_API void | rz_w32_identify_window (void) |
RZ_API void | rz_w32_print_windows (RzDebug *dbg) |
RZ_API bool rz_w32_add_winmsg_breakpoint | ( | RzDebug * | dbg, |
const char * | msg_name, | ||
const char * | window_id | ||
) |
Definition at line 462 of file windows_message.c.
References rz_debug_t::arch, b, rz_debug_t::bits, rz_debug_t::cb_printf, cond, dbg, DWORD, free(), get_dispatchmessage_offset(), get_msg_type(), get_windows(), rz_list_t::length, NULL, print_windows(), reg, rz_debug_bp_add(), rz_list_free(), rz_num_math(), rz_return_val_if_fail, rz_str_newf(), rz_str_trim(), RZ_SYS_BITS_64, strdup(), type, and ut64().
Referenced by rz_cmd_debug_set_cond_bp_win_handler().
RZ_API void rz_w32_identify_window | ( | void | ) |
Definition at line 312 of file windows_message.c.
References add_window_to_table(), create_window_table(), eprintf, free(), NULL, p, PFMT64x, rz_cons_yesno(), rz_sys_perror, rz_table_free(), rz_table_tofancystring(), ut64(), and window_from_handle().
Referenced by rz_cmd_debug().
Definition at line 450 of file windows_message.c.
References rz_debug_t::cb_printf, dbg, get_windows(), rz_list_t::length, print_windows(), and rz_list_free().
Referenced by rz_cmd_debug().