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

Feature suggestions: Exclude class name or package name #784

Open
ohyeah521 opened this issue Nov 22, 2024 · 3 comments
Open

Feature suggestions: Exclude class name or package name #784

ohyeah521 opened this issue Nov 22, 2024 · 3 comments

Comments

@ohyeah521
Copy link

Does it support setting excluded class names or package names? Because some large Android applications have a lot of code from third-party SDKs, and these third-party SDKs are not practical when studying the security of the APK's own code.

@StevenArzt
Copy link
Member

Yes, that is possible. If you initialize Soot on your own, you can mark the classes to exclude as "library classes" in Soot's terminology. In the InfoflowConfiguration, you then have the flag excludeSootLibraryClasses to ensure that FlowDroid doesn't touch them.

@ohyeah521
Copy link
Author

@StevenArzt what should I do if I use the command line version soot-infoflow-cmd-2.13.0-jar-with-dependencies.jar?

@StevenArzt
Copy link
Member

The command-line application does not support such exclusions.

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