Rizin
unix-like reverse engineering framework and cli tools
|
#include <luac_common.h>
Public Attributes | |
st32 | major |
major version More... | |
st32 | minor |
minor version More... | |
RzList * | section_list |
list of sections More... | |
RzList * | symbol_list |
list of symbols More... | |
RzList * | entry_list |
list of entries More... | |
RzList * | string_list |
list of strings More... | |
RzBinInfo * | general_info |
general binary info from luac header More... | |
Definition at line 159 of file luac_common.h.
RzList* luac_bin_info::entry_list |
list of entries
Definition at line 164 of file luac_common.h.
Referenced by entries(), and luac_build_info().
RzBinInfo* luac_bin_info::general_info |
general binary info from luac header
Definition at line 166 of file luac_common.h.
Referenced by info(), and load_buffer().
st32 luac_bin_info::major |
st32 luac_bin_info::minor |
RzList* luac_bin_info::section_list |
list of sections
Definition at line 162 of file luac_common.h.
Referenced by luac_build_info(), and sections().
RzList* luac_bin_info::string_list |
list of strings
Definition at line 165 of file luac_common.h.
Referenced by luac_build_info(), and strings().
RzList* luac_bin_info::symbol_list |
list of symbols
Definition at line 163 of file luac_common.h.
Referenced by luac_build_info(), and symbols().