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

Can QiLin use one specified method as the entry for pointer analysis? #2

Closed
Tangben1997 opened this issue Apr 20, 2022 · 1 comment
Closed

Comments

@Tangben1997
Copy link

I want to specify a method (not main()) as the entry for PTA. What part of the code do I need to modify to do this?

@DongjieHe
Copy link
Collaborator

Hi, I suggest you to refer to "qilin.core.builder.FakeMainFactory:getEntryPoints()".
You can specify whatever methods as the entries by rewriting the getEntryPoints() method.

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