Rizin
unix-like reverse engineering framework and cli tools
|
#include <marshal.h>
Public Attributes | |
ut64 | code_start_offset |
struct pyc_version | version |
RzList * | interned_table |
RzList * | sections_cache |
RzList * | shared |
RzList * | refs |
ut32 | magic_int |
ut32 | symbols_ordinal |
ut64 pyc_context::code_start_offset |
Definition at line 77 of file marshal.h.
Referenced by get_entrypoint(), and symbols().
RzList* pyc_context::interned_table |
Definition at line 80 of file marshal.h.
Referenced by get_interned_object(), get_stringref_object(), and symbols().
ut32 pyc_context::magic_int |
Definition at line 84 of file marshal.h.
Referenced by get_code_object(), get_code_object_addr(), get_complex_object(), and get_sections_symbols_from_code_objects().
RzList* pyc_context::refs |
Definition at line 83 of file marshal.h.
Referenced by get_code_object(), get_object(), get_ref_object(), and get_sections_symbols_from_code_objects().
RzList* pyc_context::sections_cache |
RzList* pyc_context::shared |
ut32 pyc_context::symbols_ordinal |
Definition at line 85 of file marshal.h.
Referenced by extract_sections_symbols().
struct pyc_version pyc_context::version |
Definition at line 77 of file marshal.h.
Referenced by get_entrypoint(), and symbols().