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

allow symbolic bytecode in hevm equivalence #649

Open
charles-cooper opened this issue Feb 7, 2025 · 0 comments
Open

allow symbolic bytecode in hevm equivalence #649

charles-cooper opened this issue Feb 7, 2025 · 0 comments

Comments

@charles-cooper
Copy link

in runtime bytecode, there is often bytecode which is never executed, but may be copied to memory via codecopy. it would be nice to be able to have bytecode like

CODECOPY 0, 100, 32

and in the actual bytecode provided to hevm equivalence, use sentinel nibbles like SSSS..SS at offset 100. then hevm would interpret this as symbolic data. of course, if the symbolic bytecode is actually reachable (it shouldn't be!), execution should terminate with an exception.

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