Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | gen (lang) |
def | main () |
Variables | |
string | INCL_DIR = '../include/capstone/' |
list | include = [ 'arm.h', 'arm64.h', 'm68k.h', 'mips.h', 'x86.h', 'ppc.h', 'sparc.h', 'systemz.h', 'xcore.h', 'tms320c64x.h', 'm680x.h', 'evm.h' ] |
dictionary | template |
string | MARKUP = '//>' |
def const_generator.gen | ( | lang | ) |
Definition at line 79 of file const_generator.py.
References encode(), int, isalpha, len, cmd_descs_generate.str, and cmd_descs_generate.strip().
Referenced by main().
def const_generator.main | ( | void | ) |
Definition at line 154 of file const_generator.py.
string const_generator.INCL_DIR = '../include/capstone/' |
Definition at line 6 of file const_generator.py.
list const_generator.include = [ 'arm.h', 'arm64.h', 'm68k.h', 'mips.h', 'x86.h', 'ppc.h', 'sparc.h', 'systemz.h', 'xcore.h', 'tms320c64x.h', 'm680x.h', 'evm.h' ] |
Definition at line 8 of file const_generator.py.
string const_generator.MARKUP = '//>' |
Definition at line 77 of file const_generator.py.
dictionary const_generator.template |
Definition at line 10 of file const_generator.py.