We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Idea: Let manticoreEVM export a complete concrete manticore script to reproduce each specific testcase. Or maybe as a tool that process a testcase_00000xx.pkl and generates the concrete python example. Something like https://github.com/trailofbits/manticore/blob/yolo_master/examples/evm/minimal.py
The text was updated successfully, but these errors were encountered:
or we could emit the transaction data in a standard format, and have a cli flag that lets you pass a transactions file for concrete replay.
manticore --txinput tx.json or something.
manticore --txinput tx.json
one issue with generating a script is that we need to make sure the scripts always work even when we make API changes.
Sorry, something went wrong.
https://github.com/trailofbits/manticore/wiki/Ideas
No branches or pull requests
Idea:
Let manticoreEVM export a complete concrete manticore script to reproduce each specific testcase. Or maybe as a tool that process a testcase_00000xx.pkl and generates the concrete python example. Something like https://github.com/trailofbits/manticore/blob/yolo_master/examples/evm/minimal.py
The text was updated successfully, but these errors were encountered: