|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
| bool | pyc_get_sections_symbols (RzBinPycObj *pyc, RzList *sections, RzList *symbols, RzList *cobjs, RzBuffer *buf, ut32 magic) |
| static bool | pyc_is_object (ut8 b, pyc_marshal_type type) |
| bool | pyc_is_code (ut8 b, ut32 magic) |
| bool pyc_get_sections_symbols | ( | RzBinPycObj * | pyc, |
| RzList * | sections, | ||
| RzList * | symbols, | ||
| RzList * | cobjs, | ||
| 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().
|
static |
Definition at line 12 of file pyc.c.
Referenced by pyc_is_code().