Skip to content

SVF Pointer Analyses #767

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

Open
wants to merge 20 commits into
base: development
Choose a base branch
from

Conversation

fabianbs96
Copy link
Member

Integrate some pointer analyses from SVF into PhASAR.

Currently, these comprise:

  • VersionedFlowSensitive
  • ContextDDA

We use type-erasure to make sure that no SVF types leak into PhASAR's headers.

@fabianbs96 fabianbs96 added enhancement New feature or request dependencies Pull requests that update a dependency file labels Mar 30, 2025
@fabianbs96 fabianbs96 requested a review from sritejakv March 30, 2025 16:09
@fabianbs96 fabianbs96 self-assigned this Mar 30, 2025
@fabianbs96 fabianbs96 requested a review from MMory as a code owner March 30, 2025 16:09
@fabianbs96 fabianbs96 removed the request for review from MMory March 30, 2025 16:10
@@ -308,6 +308,18 @@ endif()
include(add_llvm)
add_llvm()

# SVF
option(PHASAR_USE_SVF "Use SVF for more options in alias analysis (default is OFF)" OFF)
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should also add some documentation about the steps involved in using SVF from PhASAR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we should add sth like that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants