Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Obfuscation Detection v2.0 - Pinpoint obfuscated code


itsMe

Recommended Posts

This is the hidden content, please

Automatically detect control-flow flattening and other state machines

Scripts and binaries to automatically detect control-flow flattening and other state machines in binaries.

Changelog 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

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.