Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
ut32 | magic |
ut32 | pad0 |
ut32 | pad1 |
ut32 | pad2 |
ut32 | text_memoffset |
ut32 | text_loc |
ut32 | text_size |
ut32 | pad3 |
ut32 | ro_memoffset |
ut32 | ro_loc |
ut32 | ro_size |
ut32 | pad4 |
ut32 | data_memoffset |
ut32 | data_loc |
ut32 | data_size |
ut32 | bss_size |
ut32 NSOHeader::data_memoffset |
Definition at line 28 of file bin_nso.c.
Referenced by load_buffer(), and maps().
ut32 NSOHeader::data_size |
Definition at line 30 of file bin_nso.c.
Referenced by load_buffer(), and maps().
ut32 NSOHeader::ro_memoffset |
Definition at line 24 of file bin_nso.c.
Referenced by load_buffer(), and maps().
ut32 NSOHeader::ro_size |
Definition at line 26 of file bin_nso.c.
Referenced by load_buffer(), and maps().
ut32 NSOHeader::text_memoffset |
Definition at line 20 of file bin_nso.c.
Referenced by load_buffer(), and maps().
ut32 NSOHeader::text_size |
Definition at line 22 of file bin_nso.c.
Referenced by load_buffer(), and maps().