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
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,7 @@
2
2
3
3
pyevmasm is an assembler and disassembler library for the Ethereum Virtual Machine (EVM).
4
4
5
-
This library is currently new and under development.
6
-
7
-
New issues, feature requests, and contributions are welcome. Join us in #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com) to discuss Ethereum security tool development.
8
-
9
-
10
-
Examples;
5
+
## Examples
11
6
```
12
7
>>> from pyevmasm import instruction_table, disassemble_hex, disassemble_all, assemble_hex
13
8
>>> instruction_table[20]
@@ -29,8 +24,8 @@ MSTORE
29
24
'0x604052'
30
25
```
31
26
32
-
# evmasm
33
-
evmasm is a commandline utility that uses pyevmasm to assemble or disassemble EVM.
27
+
##evmasm
28
+
`evmasm` is a commandline utility that uses pyevmasm to assemble or disassemble EVM.
New issues, feature requests, and contributions are welcome. Join us in #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com) to discuss Ethereum security tool development.
0 commit comments