Rizin
unix-like reverse engineering framework and cli tools
|
#include <marshal.h>
Public Attributes | |
pyc_marshal_type | type |
void * | data |
void* pyc_object::data |
Definition at line 52 of file marshal.h.
Referenced by copy_object(), extract_sections_symbols(), free_object(), get_array_object_generic(), get_ascii_object_generic(), get_binary_complex_object(), get_binary_float_object(), get_code_object(), get_code_object_addr(), get_complex_object(), get_dict_object(), get_false_object(), get_float_object(), get_int64_object(), get_int_object(), get_interned_object(), get_long_object(), get_none_object(), get_string_object(), get_stringref_object(), get_true_object(), get_unicode_object(), parse_arg(), test_group_name.GroupTest::run(), and rz_pyc_disasm().
pyc_marshal_type pyc_object::type |
Definition at line 51 of file marshal.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), copy_object(), cmd_descs_generate.Arg::decl(), extract_sections_symbols(), free_object(), get_ascii_object_generic(), get_binary_complex_object(), get_binary_float_object(), get_complex_object(), cmd_descs_generate.Arg::get_cstructure(), get_dict_object(), get_false_object(), get_float_object(), cmd_descs_generate.CmdDesc::get_handler_cname(), get_int64_object(), get_int_object(), get_interned_object(), get_list_object(), get_long_object(), get_none_object(), get_object(), get_set_object(), get_small_tuple_object(), get_string_object(), get_stringref_object(), get_true_object(), get_tuple_object(), get_unicode_object(), and parse_arg().