Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_lib.h>
#include <rz_bin.h>
#include "pyc_magic.h"
#include "marshal.h"
Go to the source code of this file.
Functions | |
bool | pyc_get_sections_symbols (RzBinPycObj *pyc, RzList *sections, RzList *symbols, RzList *mem, RzBuffer *buf, ut32 magic) |
bool | pyc_is_code (ut8 b, ut32 magic) |
bool pyc_get_sections_symbols | ( | RzBinPycObj * | pyc, |
RzList * | sections, | ||
RzList * | symbols, | ||
RzList * | mem, | ||
RzBuffer * | buf, | ||
ut32 | magic | ||
) |
Definition at line 8 of file pyc.c.
References get_sections_symbols_from_code_objects(), sections(), and symbols().
Referenced by symbols().
Definition at line 16 of file pyc.c.
References b, FLAG_REF, pyc_is_object(), TYPE_CODE_v0, and TYPE_CODE_v1.
Referenced by get_entrypoint().