Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | version (tag) |
def | major_minor (tag) |
def | row_for (tag) |
def | group_for (tags) |
def | groups_for (groups, n=4) |
Variables | |
string | HTML |
string | GROUPS |
string | GROUP |
string | ROW |
string | GPG |
string | EXE |
tags = subprocess.check_output(['git', 'tag']) | |
key | |
version | |
reverse | |
list | groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)] |
string | html = HTML.format(groups=groups).strip() |
def make_dist_html.group_for | ( | tags | ) |
def make_dist_html.groups_for | ( | groups, | |
n = 4 |
|||
) |
def make_dist_html.major_minor | ( | tag | ) |
Definition at line 89 of file make_dist_html.py.
def make_dist_html.row_for | ( | tag | ) |
def make_dist_html.version | ( | tag | ) |
Definition at line 86 of file make_dist_html.py.
string make_dist_html.EXE |
Definition at line 82 of file make_dist_html.py.
string make_dist_html.GPG |
Definition at line 77 of file make_dist_html.py.
string make_dist_html.GROUP |
Definition at line 52 of file make_dist_html.py.
string make_dist_html.GROUPS |
Definition at line 43 of file make_dist_html.py.
Definition at line 120 of file make_dist_html.py.
Referenced by gdb_to_rz_profile(), LZMA_API(), main(), rz_diff_opcodes_grouped_new(), rz_diff_unified_json(), rz_diff_unified_text(), and version().
string make_dist_html.HTML |
Definition at line 10 of file make_dist_html.py.
Definition at line 122 of file make_dist_html.py.
Referenced by annotated_hexdump(), and get_body().
make_dist_html.key |
Definition at line 119 of file make_dist_html.py.
make_dist_html.reverse |
Definition at line 119 of file make_dist_html.py.
Referenced by make_decode_table(), rz_vector_sort(), and vector_quick_sort().
string make_dist_html.ROW |
Definition at line 64 of file make_dist_html.py.
list make_dist_html.tags = subprocess.check_output(['git', 'tag']) |
Definition at line 117 of file make_dist_html.py.
Referenced by spp_proc_list_kw(), spp_proc_set(), and spp_run().
make_dist_html.version |
Definition at line 119 of file make_dist_html.py.
Referenced by version().