Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_platform.h>
Public Attributes | |
ut64 | rom_size |
ut64 | ram_size |
ut64 | rom_address |
ut64 | eeprom_size |
ut64 | io_size |
ut64 | sram_start |
ut64 | sram_size |
ut64 | pc |
ut64 | page_size |
ut64 | interrupt_vector_size |
HtUP * | registers_mmio |
HtUP * | registers_extended |
Definition at line 16 of file rz_platform.h.
ut64 rz_platform_profile_t::eeprom_size |
Definition at line 20 of file rz_platform.h.
ut64 rz_platform_profile_t::interrupt_vector_size |
Definition at line 26 of file rz_platform.h.
ut64 rz_platform_profile_t::io_size |
Definition at line 21 of file rz_platform.h.
ut64 rz_platform_profile_t::page_size |
Definition at line 25 of file rz_platform.h.
ut64 rz_platform_profile_t::pc |
Definition at line 24 of file rz_platform.h.
ut64 rz_platform_profile_t::ram_size |
Definition at line 18 of file rz_platform.h.
HtUP* rz_platform_profile_t::registers_extended |
Definition at line 28 of file rz_platform.h.
Referenced by rz_platform_profile_add_flag_every_io(), and rz_platform_profile_new().
HtUP* rz_platform_profile_t::registers_mmio |
Definition at line 27 of file rz_platform.h.
Referenced by rz_platform_profile_add_flag_every_io(), and rz_platform_profile_new().
ut64 rz_platform_profile_t::rom_address |
Definition at line 19 of file rz_platform.h.
Referenced by rz_analysis_add_device_peripheral_map().
ut64 rz_platform_profile_t::rom_size |
Definition at line 17 of file rz_platform.h.
Referenced by rz_analysis_add_device_peripheral_map().
ut64 rz_platform_profile_t::sram_size |
Definition at line 23 of file rz_platform.h.
ut64 rz_platform_profile_t::sram_start |
Definition at line 22 of file rz_platform.h.