|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| RzEventCallback | cb |
| void * | user |
| int | handle |
| RzEventCallback rz_event_callback_hook_t::cb |
Definition at line 8 of file event.c.
Referenced by rz_event_hook(), and rz_event_send().
| int rz_event_callback_hook_t::handle |
Definition at line 10 of file event.c.
Referenced by del_hook(), and rz_event_hook().
| void* rz_event_callback_hook_t::user |
Definition at line 9 of file event.c.
Referenced by rz_event_hook(), and rz_event_send().