Author: Vector 35 Inc
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
This plugin requires the following minimum version of Binary Ninja:
- 0
The following dependencies are required for this plugin:
This plugin is released under a MIT license.
2