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

Support for CALL & RETURN #2

Open
wimmers opened this issue Jun 20, 2017 · 0 comments
Open

Support for CALL & RETURN #2

wimmers opened this issue Jun 20, 2017 · 0 comments

Comments

@wimmers
Copy link
Owner

wimmers commented Jun 20, 2017

CALL & RETURN are not supported at the moment because we do not have a clue of where they will continue the program execution. Reasons:

  • The current program reachability analysis does not take into account stack content.
  • Renumbering of program locations means that the arguments for CALL and RETURN would have to be renumbered, too. However the arguments are on the stack, so this is hard.
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