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

Boogie-Style IR Control Flow #140

Merged
merged 6 commits into from
Nov 14, 2023
Merged

Boogie-Style IR Control Flow #140

merged 6 commits into from
Nov 14, 2023

Conversation

l-kent
Copy link
Contributor

@l-kent l-kent commented Nov 13, 2023

Implements #134 and also solves #97

I still need to clean a few things up but hopefully this should help @ailrst

@l-kent l-kent marked this pull request as draft November 13, 2023 00:34
@l-kent l-kent requested a review from ailrst November 13, 2023 00:34
@l-kent l-kent linked an issue Nov 13, 2023 that may be closed by this pull request
@l-kent l-kent linked an issue Nov 13, 2023 that may be closed by this pull request
@l-kent l-kent marked this pull request as ready for review November 13, 2023 06:21
@ailrst ailrst mentioned this pull request Nov 14, 2023
7 tasks
Copy link
Contributor

@ailrst ailrst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

src/main/scala/translating/BAPToIR.scala Outdated Show resolved Hide resolved
src/main/scala/translating/BAPToIR.scala Show resolved Hide resolved
@l-kent l-kent merged commit 87b911e into main Nov 14, 2023
1 check passed
@l-kent l-kent deleted the indirect-calls-nondet branch November 14, 2023 02:50
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

Successfully merging this pull request may close these issues.

Make IL control-flow representation match boogie more closely Cfg Construction for Jumps
2 participants