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

Is there an API like entryInitialFlow? #934

Open
VonLYC opened this issue May 11, 2024 · 1 comment · May be fixed by #961
Open

Is there an API like entryInitialFlow? #934

VonLYC opened this issue May 11, 2024 · 1 comment · May be fixed by #961
Labels
enhancement New feature or request

Comments

@VonLYC
Copy link

VonLYC commented May 11, 2024

What happened?

I'm a beginner in program analysis, and I'm using SootUp to implement available expression analysis. In Soot, I can use newInitialFlow and entryInitialFlow to set different OUTPUT for regular basic blocks and the entry. Does SootUp have a similar API? If not, is it possible to add this feature in future versions?

Version

Latest develop branch

Relevant log output

No response

@VonLYC VonLYC added the bug Something isn't working label May 11, 2024
@swissiety swissiety added enhancement New feature or request and removed bug Something isn't working labels May 11, 2024
@swissiety
Copy link
Collaborator

Hi @VonLYC,
currently entryInitialFlow() is not ported, yet. We are happy if you like to contribute a PR to add it to the API.

@VonLYC VonLYC linked a pull request Jun 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants