rizinorg / rizin

UNIX-like reverse engineering framework and command-line toolset.
https://rizin.re
GNU Lesser General Public License v3.0
2.66k stars 357 forks source link

Improve rz-diff graph diffing #1147

Open wargio opened 3 years ago

wargio commented 3 years ago
  1. Currently the graph that is generated by rz-diff contains the output of the unified diff of a basic block (via pdb command); We need to find a better view to show differences of each basic blocks of a function in the output graph.

Example of a current output: image

  1. We do not support graph diffing in visual mode within the utility itself. would be nice to have a similar view in rizin and rz-diff like agfv
sandhrabino commented 3 years ago

@wargio is this already being worked on?

wargio commented 3 years ago

no. you can work on this @sandrabeme

XVilka commented 4 months ago

Depends on https://github.com/rizinorg/rizin/issues/992 and https://github.com/rizinorg/rizin/issues/4231