|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_asm.h>
Public Attributes | |
| int | len |
| ut8 * | bytes |
| char * | assembly |
| RzList * | equs |
| ut64 | code_offset |
| ut64 | data_offset |
| int | code_align |
| char* rz_asm_code_t::assembly |
Definition at line 81 of file rz_asm.h.
Referenced by rasm_disasm(), rz_asm_code_free(), rz_asm_massemble(), rz_asm_mdisassemble(), rz_asm_mdisassemble_hexstr(), and rz_core_assembly_of_hex().
| ut8* rz_asm_code_t::bytes |
Definition at line 80 of file rz_asm.h.
Referenced by capstone.CsInsn::__repr__(), rasm_asm(), rz_asm_code_free(), rz_asm_code_get_hex(), rz_asm_massemble(), rz_asm_mdisassemble(), rz_cmd_debug(), rz_core_esil_of_assembly(), rz_core_hex_of_assembly(), rz_core_visual_asm(), rz_core_write_assembly(), rz_core_write_assembly_fill(), and rz_egg_assemble_asm().
| int rz_asm_code_t::code_align |
Definition at line 88 of file rz_asm.h.
Referenced by rz_asm_massemble(), and rz_asm_pseudo_align().
| ut64 rz_asm_code_t::code_offset |
Definition at line 86 of file rz_asm.h.
Referenced by rz_asm_massemble().
| ut64 rz_asm_code_t::data_offset |
Definition at line 87 of file rz_asm.h.
Referenced by rz_asm_massemble().
| RzList* rz_asm_code_t::equs |
Definition at line 85 of file rz_asm.h.
Referenced by rz_asm_code_free(), and rz_asm_massemble().
| int rz_asm_code_t::len |
Definition at line 79 of file rz_asm.h.
Referenced by rasm_asm(), rasm_disasm(), rz_asm_code_get_hex(), rz_asm_massemble(), rz_asm_mdisassemble(), rz_cmd_debug(), rz_core_esil_of_assembly(), rz_core_hex_of_assembly(), rz_core_visual_asm(), rz_core_write_assembly(), rz_core_write_assembly_fill(), and rz_egg_assemble_asm().