Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CFG #3294

Open
XVilka opened this issue Feb 13, 2024 · 1 comment
Open

Add CFG #3294

XVilka opened this issue Feb 13, 2024 · 1 comment
Milestone

Comments

@XVilka
Copy link
Member

XVilka commented Feb 13, 2024

@Rot127 recently implemented CFG in Rizin, it would be nice to expose it also in Cutter.

@XVilka XVilka added this to the 2.4 milestone Feb 13, 2024
@Rot127
Copy link
Member

Rot127 commented Feb 14, 2024

Since the CFG has a node for each instruction (and after RzArch for each instruction word), we need some representation which is minimal. Otherwise the graphs get very big.
Something like a for every node, colored by its type. Green for calls, yellow for entry point of procedure, red for return etc.

Printing the whole CFG with addresses can get overwhelming quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants