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
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 07 Sep 2017
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies