I build/installed evmdis and ran evmdis -h. It shows me flags I can pass but doesn't actually tell me how to use it. I took a guess and did:
echo <some evm bytecode> | evmdis but that resulted in:
Which doesn't seem correct. Readme should have usage instructions, and the CLI help should as well.
I build/installed evmdis and ran
evmdis -h. It shows me flags I can pass but doesn't actually tell me how to use it. I took a guess and did:echo <some evm bytecode> | evmdisbut that resulted in:Which doesn't seem correct. Readme should have usage instructions, and the CLI help should as well.