diff --git a/README.md b/README.md index 6dd441b..2f400db 100644 --- a/README.md +++ b/README.md @@ -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