Skip to content

Fix abort at the end of dispatch bodies #1

@cd1m0

Description

@cd1m0

Currently we compile dynamic dispatch into an explicit switch table inside a special dispatch function. However if the address doesn't match any known contract we abort. This is useful for testing, but for analysis we need to assume that an unknown function that we don't have access to may be called. This can be represented with some form of havoc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions