Rizin
unix-like reverse engineering framework and cli tools
|
#include <bytecode.h>
Public Attributes | |
ut32 | pc_default |
ut32 | low |
ut32 | high |
ut32 | length |
Definition at line 222 of file bytecode.h.
ut32 tableswitch_t::high |
Definition at line 225 of file bytecode.h.
Referenced by decode_tableswitch().
ut32 tableswitch_t::length |
Definition at line 226 of file bytecode.h.
Referenced by decode_tableswitch().
ut32 tableswitch_t::low |
Definition at line 224 of file bytecode.h.
Referenced by decode_tableswitch().
ut32 tableswitch_t::pc_default |
Definition at line 223 of file bytecode.h.
Referenced by bytecode_snprint(), and decode_tableswitch().