Open XVilka opened 3 years ago
@XVilka Can I work on this issue? Can you give me a head start?
hi @XVilka i would like to work on this issue, please assign this to me.
We can't assign external contributors. Just go ahead and send a PR when you are ready.
Hello @XVilka , is it as simple as changing the functions? Can you give me some more details?
No at the moment it isn't as simple as changing functions. There might have a been a bunch of easy cases before #2666 now only hard cases remain. At least to deal with it in meaningful way which doesn't replace rz_cons_html_filter with something equally bad. I don't think this should be marked as good first issue anymore.
There is
rz_cons_html_filter()
call insrc/core/Cutter.cpp
that has output depending on the internal state of the RzCons. It should be substituted with reading the JSON output fromrz_core_print_disasm_json()
instead.