Skip to content

Commit

Permalink
Fix broken Markdown in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzyll committed Sep 13, 2023
1 parent e458fd7 commit 9783cd2
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 @@ -7,9 +7,9 @@ _Automatically patch opaque predicates_

This script will automatically remove conditional branches which have constant conditions. It can be run from the command line via `python -mOpaquePredicatePatcher.__main__` (if the BinaryNinja python library is in your path) or installed as a plugin in your user plugin directory. Read more about how this tool works on our blog: [Automated Opaque Predicate Removal](https://binary.ninja/2017/10/01/automated-opaque-predicate-removal.html)

###Example
### Example

![Before and After](opaque_predicate_elimination.gif =400x400 'Before and After')
![Before and After](opaque_predicate_elimination.gif)


## Installation Instructions
Expand Down

0 comments on commit 9783cd2

Please sign in to comment.