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

Let manticoreEVM output a script for each testcase #960

Closed
feliam opened this issue Jun 29, 2018 · 2 comments
Closed

Let manticoreEVM output a script for each testcase #960

feliam opened this issue Jun 29, 2018 · 2 comments

Comments

@feliam
Copy link
Contributor

feliam commented Jun 29, 2018

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

@offlinemark
Copy link
Contributor

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.

one issue with generating a script is that we need to make sure the scripts always work even when we make API changes.

@ehennenfent ehennenfent added this to the Validate Existing issues milestone Jan 23, 2019
@ehennenfent ehennenfent removed this from the Validate Existing issues milestone Feb 26, 2019
@ehennenfent
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants