Skip to content

allow symbolic bytecode in hevm equivalence #649

Open
@charles-cooper

Description

@charles-cooper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions