Rizin
unix-like reverse engineering framework and cli tools
windows_message.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2019 GustavoLCR <gugulcr@gmail.com>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#include <
rz_debug.h
>
5
6
RZ_API
bool
rz_w32_add_winmsg_breakpoint
(
RzDebug
*
dbg
,
const
char
*msg_name,
const
char
*window_id);
7
RZ_API
void
rz_w32_identify_window
(
void
);
8
RZ_API
void
rz_w32_print_windows
(
RzDebug
*
dbg
);
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
dbg
RzDebug * dbg
Definition:
desil.c:30
rz_debug.h
rz_debug_t
Definition:
rz_debug.h:241
rz_w32_identify_window
RZ_API void rz_w32_identify_window(void)
Definition:
windows_message.c:312
rz_w32_add_winmsg_breakpoint
RZ_API bool rz_w32_add_winmsg_breakpoint(RzDebug *dbg, const char *msg_name, const char *window_id)
Definition:
windows_message.c:462
rz_w32_print_windows
RZ_API void rz_w32_print_windows(RzDebug *dbg)
Definition:
windows_message.c:450
librz
debug
p
native
windows
windows_message.h
Generated by
1.9.1