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

evmone-eofparse need to print version and error #877

Open
winsvega opened this issue Apr 30, 2024 · 1 comment
Open

evmone-eofparse need to print version and error #877

winsvega opened this issue Apr 30, 2024 · 1 comment
Labels
EOF tests Testing infrastructure

Comments

@winsvega
Copy link

winsvega commented Apr 30, 2024

currently evmone-eofparse is witing for pipe input to be used like this

echo $code | evmone-eofparse

but it should also return help if called without input or args something like this:

$evmone-eofparse
evmone eof verification tool version: xxx
args: 
   --code "hex"    eof code to verify

same with $evmone-eofparse -v

also in case of the code is not OK, it should return an error code and print to stderror
currently the return code is 0, and all output is in stdout

@chfast chfast added tests Testing infrastructure EOF labels May 5, 2024
@chfast
Copy link
Member

chfast commented May 6, 2024

It is a bit hard to add CLI features to this tool and also keep it compatible with other implementations and tools when there is no any spec.

@MariusVanDerWijden, is there the original fuzzer anywhere around?

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

No branches or pull requests

2 participants