Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
struct pyc_version | get_pyc_version (ut32 magic) |
bool | magic_int_within (ut32 target_magic, ut32 lower, ut32 upper, bool *error) |
double | version2double (const char *version) |
Variables | |
static struct pyc_version | versions [] |
struct pyc_version get_pyc_version | ( | ut32 | magic | ) |
Definition at line 1 of file pyc_magic.c.
Referenced by check_buffer(), and load_buffer().
Definition at line 283 of file pyc_magic.c.
References error(), pyc_version::magic, RZ_LOG_ERROR, ut64(), and versions.
Referenced by get_code_object().
double version2double | ( | const char * | version | ) |
Definition at line 316 of file pyc_magic.c.
References setup::idx.
Referenced by info().
|
static |
Definition at line 1 of file pyc_magic.c.
Referenced by magic_int_within().