Skip to content

Commit

Permalink
Updating wording
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahoman committed May 2, 2016
1 parent dff5aa6 commit c0f91f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -159,7 +159,7 @@ bytecode_graph.disassemble(new_code)
print
```

It is also possible to create block diagrams of the bytecode using GraphViz. The block diagrams can include simple decompile comments that can assist with analysis for code objects that fail to decompile using standard tools.
It is also possible to create control flow diagrams using GraphViz. The disassembly within the graph can include the output from a simple peephole decompiler. This can be helpful when reviewing bytecode that fails to decompile.

```python
import bytecode_graph
Expand Down

0 comments on commit c0f91f1

Please sign in to comment.