Skip to content

Commit

Permalink
Merge pull request #622 from Frky/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
commial committed Oct 4, 2017
2 parents 58ed3f7 + f920991 commit 1fb3326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -165,7 +165,7 @@ Disassembling the shellcode at address `0`:
>>> from miasm2.analysis.machine import Machine >>> from miasm2.analysis.machine import Machine
>>> machine = Machine('x86_32') >>> machine = Machine('x86_32')
>>> mdis = machine.dis_engine(c.bin_stream) >>> mdis = machine.dis_engine(c.bin_stream)
>>> blocs = mdis.dis_multibloc(0) >>> blocs = mdis.dis_multiblock(0)
>>> for b in blocs: >>> for b in blocs:
... print b ... print b
... ...
Expand Down

0 comments on commit 1fb3326

Please sign in to comment.