bap-strings
Text utilities useful in Binary Analysis and Reverse Engineering
Description
The library provides several algorithms:
-
Detector - that uses a maximum aposteriori likelihood estimator (MAP) to detect code that operates with textual data (aka Bayesian inference).
-
Unscrambler - that is capable of finding all possible words, that can be built from a bag of letters in O(1).
-
Scanner - a generic algorithm for finding strings of characters (a library variant of strings tool)
Install
- Published
-
14 Jul 2022
- Authors
-
- Maintainers
-
Sources
Dependencies
Reverse Dependencies
bap
>= "2.5.0"
bap-beagle
>= "2.5.0"
bap-beagle-strings
>= "2.5.0"
bap-primus
>= "2.0.0" & < "2.2.0" | >= "2.5.0"
bap-taint
>= "2.5.0"