Skip to content

Commit 1fb3326

Browse files
authored
Merge pull request #622 from Frky/patch-1
Update README.md
2 parents 58ed3f7 + f920991 commit 1fb3326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Disassembling the shellcode at address `0`:
165165
>>> from miasm2.analysis.machine import Machine
166166
>>> machine = Machine('x86_32')
167167
>>> mdis = machine.dis_engine(c.bin_stream)
168-
>>> blocs = mdis.dis_multibloc(0)
168+
>>> blocs = mdis.dis_multiblock(0)
169169
>>> for b in blocs:
170170
... print b
171171
...

0 commit comments

Comments
 (0)