-
Notifications
You must be signed in to change notification settings - Fork 436
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
Does svf implement type matching? #1507
Comments
Which analysis you are referring to? |
AndersenWaveDiff |
For indirect call solving, yes. SVF/svf/lib/MemoryModel/PointerAnalysis.cpp Lines 386 to 408 in 7592349
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to know whether svf has implemented type matching, which means that the return type and parameter type of the call site and the target function must be consistent.
The text was updated successfully, but these errors were encountered: