rizinorg/cutter
GitHub で見るRemove the use of `rz_cons_html_filter()` from Cutter
Open
#2,813 opened on 2021年10月19日
Help Wanted
Repository metrics
- Stars
- (14,852 stars)
- PR merge metrics
- (平均マージ 8d 12h) (30d で 6 merged PRs)
説明
There is rz_cons_html_filter() call in src/core/Cutter.cpp that has output depending on the internal state of the RzCons. It should be substituted with reading the JSON output from rz_core_print_disasm_json() instead.