rizinorg/cutter

Remove the use of `rz_cons_html_filter()` from Cutter

Ouverte

#2 813 ouverte le 19 oct. 2021

 (5 commentaires) (0 réaction) (0 personne assignée)C++ (1 123 forks)batch import
Help Wanted

Métriques du dépôt

Stars
 (14 852 étoiles)
Métriques de merge PR
 (Merge moyen 13j 23h) (20 PRs mergées en 30 j)

Description

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.

Guide contributeur