Rizin
unix-like reverse engineering framework and cli tools
|
#include <nxo.h>
Public Attributes | |
ut32 | magic |
ut32 | dynamic |
ut32 | bss_start |
ut32 | bss_end |
ut32 | unwind_start |
ut32 | unwind_end |
ut32 | mod_object |
ut32 MODHeader::bss_end |
Definition at line 17 of file nxo.h.
Referenced by parseMod().
ut32 MODHeader::bss_start |
Definition at line 16 of file nxo.h.
Referenced by parseMod().
ut32 MODHeader::dynamic |
Definition at line 15 of file nxo.h.
Referenced by parseMod().
ut32 MODHeader::magic |
Definition at line 14 of file nxo.h.
Referenced by parseMod().
ut32 MODHeader::mod_object |
Definition at line 20 of file nxo.h.
Referenced by parseMod().
ut32 MODHeader::unwind_end |
Definition at line 19 of file nxo.h.
Referenced by parseMod().
ut32 MODHeader::unwind_start |
Definition at line 18 of file nxo.h.
Referenced by parseMod().