Rizin
unix-like reverse engineering framework and cli tools
luac_bin_info Struct Reference

#include <luac_common.h>

Public Attributes

st32 major
 major version More...
 
st32 minor
 minor version More...
 
RzListsection_list
 list of sections More...
 
RzListsymbol_list
 list of symbols More...
 
RzListentry_list
 list of entries More...
 
RzListstring_list
 list of strings More...
 
RzBinInfogeneral_info
 general binary info from luac header More...
 

Detailed Description

Definition at line 159 of file luac_common.h.

Member Data Documentation

◆ entry_list

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().

◆ general_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().

◆ major

st32 luac_bin_info::major

major version

Definition at line 160 of file luac_common.h.

Referenced by load_buffer().

◆ minor

st32 luac_bin_info::minor

minor version

Definition at line 161 of file luac_common.h.

Referenced by load_buffer().

◆ section_list

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().

◆ string_list

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().

◆ symbol_list

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().


The documentation for this struct was generated from the following file: