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
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
$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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
currently evmone-eofparse is witing for pipe input to be used like this
but it should also return help if called without input or args something like this:
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
The text was updated successfully, but these errors were encountered: