We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac3b507 + 3e959ce commit 0ff9d29Copy full SHA for 0ff9d29
pyevmasm/__main__.py
@@ -49,7 +49,7 @@ def main():
49
except KeyboardInterrupt:
50
sys.exit(0)
51
except UnicodeDecodeError:
52
- print('Input is binary? try using -b.')
+ print('Input is binary? try using -bi.')
53
sys.exit(1)
54
55
if buf[:3] == 'EVM': # binja prefix
0 commit comments