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 maintain structure field-sensitivity across functions (in C)? #1430

Open
TrivikramAT opened this issue Apr 9, 2024 · 0 comments
Open

Comments

@TrivikramAT
Copy link

Hello!

I am trying to write a simple taint analysis where one member of a structure is tainted and the others take on constant values.
When the pointer to this structure is returned to the caller, the field-specific taint information is lost in the SVFG.

Is there any way to preserve this field sensitivity information?

PS: I am using svf-ex.cpp as a starting point and assuming argc and argv (main arguments) are tainted.

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

1 participant