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

Resolving within-procedure indirect calls #234

Open
l-kent opened this issue Aug 22, 2024 · 0 comments
Open

Resolving within-procedure indirect calls #234

l-kent opened this issue Aug 22, 2024 · 0 comments
Assignees

Comments

@l-kent
Copy link
Contributor

l-kent commented Aug 22, 2024

Indirect calls can also be to other blocks in a procedure, not just to other procedures. We currently cannot resolve these. In these cases, the register called in the indirect call points to another block, not another procedure.

The test cases that include this behaviour are \test\correct\switch2\clang and \test\correct\jumptable3\clang (only the GTIRB versions, BAP just does not lift these structures properly at all unfortunately).

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