|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| RzDebug * | dbg |
| DWORD | mask |
| PDEBUG_BUFFER | db |
| DWORD | ret |
| bool | fin |
| bool | hanged |
Definition at line 442 of file windows_heap.c.
| PDEBUG_BUFFER _th_query_params::db |
Definition at line 445 of file windows_heap.c.
Referenced by __th_QueryDebugBuffer().
| RzDebug* _th_query_params::dbg |
Definition at line 443 of file windows_heap.c.
Referenced by __th_QueryDebugBuffer().
| bool _th_query_params::fin |
Definition at line 447 of file windows_heap.c.
Referenced by __th_QueryDebugBuffer(), and InitHeapInfo().
| bool _th_query_params::hanged |
Definition at line 448 of file windows_heap.c.
Referenced by __th_QueryDebugBuffer(), and InitHeapInfo().
| DWORD _th_query_params::mask |
Definition at line 444 of file windows_heap.c.
Referenced by __th_QueryDebugBuffer().
| DWORD _th_query_params::ret |
Definition at line 446 of file windows_heap.c.
Referenced by __th_QueryDebugBuffer(), and InitHeapInfo().