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

How to generate Rust program's ICFG #12

Open
lwz23 opened this issue Nov 28, 2024 · 4 comments
Open

How to generate Rust program's ICFG #12

lwz23 opened this issue Nov 28, 2024 · 4 comments

Comments

@lwz23
Copy link

lwz23 commented Nov 28, 2024

Hi, I am trying to generate rust program's ICFG, and I notice this project, I wonder how can I use this project to generate Rust ICFG, is there any tutorial?

@lwz23
Copy link
Author

lwz23 commented Nov 28, 2024

Now, I can generate the CG of Rust program with MIRAI, does MIRAI have the ability to generate ICFG(maybe combine CG and MIR)?

@hermanventer
Copy link
Collaborator

Can you explain in more detail what you mean by ICFG?

@lwz23
Copy link
Author

lwz23 commented Dec 4, 2024

I means Inter-procedural Control Flow Graphs (ICFGs)

@hermanventer
Copy link
Collaborator

MIRAI does not provide an option to generate an ICFG. You may have better luck with Charon (see https://arxiv.org/pdf/2410.18042).

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