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

Error out if we try to annotate a zero address #72

Conversation

boomanaiden154
Copy link
Collaborator

This patch makes the exegesis annotator error out if we try to map the zero address as we are not able to do this with mmap. To solve this while still being able to annotate the blocks, we probably need some way to adjust the register/memory values.

This patch makes the exegesis annotator error out if we try to map the
zero address as we are not able to do this with mmap. To solve this
while still being able to annotate the blocks, we probably need some way
to adjust the register/memory values.
@boomanaiden154 boomanaiden154 requested a review from ondrasej March 14, 2024 19:58
@boomanaiden154 boomanaiden154 merged commit c3c54d3 into main Mar 18, 2024
7 of 8 checks passed
@boomanaiden154 boomanaiden154 deleted the users/boomanaiden154/error-zero-address-exegesis-annotator branch March 18, 2024 18:58
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

Successfully merging this pull request may close these issues.

2 participants