|
Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
| def | getcomment (x) |
| def | def2errstr (x) |
| def | def2errdetail (x) |
Variables | |
| string | TEMPLATE |
| zip_err_str_c = sys.argv[1] | |
| zip_h = sys.argv[2] | |
| zipint_h = sys.argv[3] | |
| list | defines = [l for l in open(zip_h, 'r').read().split('\n') if l.startswith('#define ZIP_ER')] |
| string | zip_err_strs = '\n'.join([def2errstr(x) + ',' for x in defines]) |
| string | zip_err_details = '\n'.join([def2errdetail(x) + ',' for x in defines]) |
| def create_zip_err_str.def2errdetail | ( | x | ) |
| def create_zip_err_str.def2errstr | ( | x | ) |
| def create_zip_err_str.getcomment | ( | x | ) |
Definition at line 39 of file create_zip_err_str.py.
Referenced by def2errdetail(), and def2errstr().
| list create_zip_err_str.defines = [l for l in open(zip_h, 'r').read().split('\n') if l.startswith('#define ZIP_ER')] |
Definition at line 54 of file create_zip_err_str.py.
| string create_zip_err_str.TEMPLATE |
Definition at line 8 of file create_zip_err_str.py.
Definition at line 58 of file create_zip_err_str.py.
| create_zip_err_str.zip_err_str_c = sys.argv[1] |
Definition at line 35 of file create_zip_err_str.py.
Definition at line 55 of file create_zip_err_str.py.
| create_zip_err_str.zip_h = sys.argv[2] |
Definition at line 36 of file create_zip_err_str.py.
| create_zip_err_str.zipint_h = sys.argv[3] |
Definition at line 37 of file create_zip_err_str.py.