Skip to content

Commit cb3e99c

Browse files
authored
Update README.md
1 parent 44929ca commit cb3e99c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ _Native C++ Binary Ninja plugin for removing opaque predicates_
55

66
## Description:
77

8+
***This project automatically compiles and issues a new release per Binary Ninja update to ensure the plugin works for every version, hence the amount of releases.***
9+
810
This plugin removes conditional branches that always evaluate to the same value. Written in C++ for speed - faster than the [Python version](https://github.com/Vector35/OpaquePredicatePatcher/), especially on large binaries. Uses multiple threads to process functions in parallel, and will iteratively perform passes through functions to clean up newly uncovered opaque predicates. You should be able to remove annoying opaque predicates from massive functions with ease and speed.
911

1012
### Example

0 commit comments

Comments
 (0)