You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
# Stack: []
0x0 STOP()
Which doesn't seem correct. Readme should have usage instructions, and the CLI help should as well.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: