Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Classes | |
struct | pyc_version |
Functions | |
struct pyc_version | get_pyc_version (ut32 magic) |
double | version2double (const char *version) |
bool | magic_int_within (ut32 target_magic, ut32 lower, ut32 uppper, bool *error) |
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().