Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzLib * | l |
RzAsm * | a |
RzAnalysis * | analysis |
bool | oneliner |
bool | coutput |
bool | json |
bool | quiet |
RzAsm* RzAsmState::a |
Definition at line 18 of file rz-asm.c.
Referenced by __as_free(), __as_new(), __as_set_archbits(), __lib_asm_cb(), print_assembly_output(), rasm_asm(), rasm_disasm(), and rz_main_rz_asm().
RzAnalysis* RzAsmState::analysis |
Definition at line 19 of file rz-asm.c.
Referenced by __as_free(), __as_new(), __as_set_archbits(), __lib_analysis_cb(), print_and_check_il(), rasm_disasm(), rz_main_rz_asm(), and show_analinfo().
bool RzAsmState::coutput |
Definition at line 21 of file rz-asm.c.
Referenced by print_buf(), and rz_main_rz_asm().
bool RzAsmState::json |
Definition at line 22 of file rz-asm.c.
Referenced by rz_main_rz_asm(), show_analinfo(), and showanalysis().
RzLib* RzAsmState::l |
Definition at line 17 of file rz-asm.c.
Referenced by __as_free(), __as_new(), and __load_plugins().
bool RzAsmState::oneliner |
Definition at line 20 of file rz-asm.c.
Referenced by rasm_disasm(), and rz_main_rz_asm().
bool RzAsmState::quiet |
Definition at line 23 of file rz-asm.c.
Referenced by rz_main_rz_asm().