rizinorg/cutter

Remove the use of `rz_cons_html_filter()` from Cutter

Open

#2.813 aberto em 19 de out. de 2021

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)C++ (1.123 forks)batch import
Help Wanted

Métricas do repositório

Stars
 (14.852 stars)
Métricas de merge de PR
 (Mesclagem média 8d 12h) (6 fundiu PRs em 30d)

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.

Guia do colaborador