manticore icon indicating copy to clipboard operation
manticore copied to clipboard

Pass in EVM bytecode

Open Mikerah opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm currently auditing a set of contracts written in the intermediate language, Yul, targeting the EVM. As such, in order to use Manticore, I need to pass in EVM bytecode as opposed to solidity files.

Describe the solution you'd like A clear and concise description of what you want to happen.

I would like to pass in EVM bytecode as a string into the Manticore CLI.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

I attempted to pass in a contract's bytecode to the current Manticore CLI and received the following error

    raise OSError(f"{path_or_state} is not an existing regular file")
OSError: 0x is not an existing regular file

Additional context Add any other context or screenshots about the feature request here.

Mikerah avatar Oct 19 '20 16:10 Mikerah