Releases: mrphrazer/obfuscation_detection
Releases · mrphrazer/obfuscation_detection
v2.1
v2.0
Major version update. Additional to code detection heuristics, this release introduces so-called Util functions, helpers which provide additional information to guide reverse engineering or pinpoint functions using a much narrower scope than heuristics. The first three Util functions are
- entry function detection: lists all functions which are not called from other functions
- leaf function detection: lists all function which do not call other functions
- entropy analysis: computes the entropy for each section and allows to identify packed/encrypted code
v1.9
- added new heuristic to detect arithmetic complex expressions (thanks to @seekbytes)
- changed output of
get_top_10
to show minimum 10 and max 1k functions per heuristic to keep scalability for large/small binaries - added link to blog post "Identification of API Functions in Binaries"
- added video recording of the presentation "Unveiling Secrets in Binaries using Code Detection Strategies"