Skip to content

Commit

Permalink
Fixed the markdown for before/after images
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Watson authored and joshwatson committed Feb 1, 2019
1 parent 0499a4c commit 0ea371e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Copy the ascii hex string, and then create a new file in Binary Ninja. Right-cli
Generates a clean control flow graph of all functions.

Before:
[!img](images/cfg_before.png)
![before](images/cfg_before.png)

After:
[!img](images/cfg_after.png)
![!after](images/cfg_after.png)

### Manticore coverage
Colors the basic blocks explored through Manticore (using the `visited.txt` or `*.trace` files).

0 comments on commit 0ea371e

Please sign in to comment.