FLARE Obfuscated String Solver (FLOSS) Logo

FLARE Obfuscated String Solver (FLOSS)

0
Free
Visit Website

The FLARE Obfuscated String Solver (FLOSS, formerly FireEye Labs Obfuscated String Solver) uses advanced static analysis techniques to automatically extract and deobfuscate all strings from malware binaries. You can use it just like strings.exe to enhance the basic static analysis of unknown binaries. Obfuscated Strings Rather than heavily protecting backdoors with hardcore packers, many malware authors evade heuristic detections by obfuscating only key portions of an executable. Often, these portions are strings and resources used to configure domains, files, and other artifacts of an infection. These key features will not show up as plaintext in the output of the strings.exe utility that we commonly use during basic static analysis. FLOSS extracts all the following string types: - static strings: "regular" ASCII and UTF-16LE strings - stack strings: strings constructed on the stack at run-time - tight strings: a special form of stack strings, decoded on the stack - decoded strings: strings decoded in a function Please review the theory behind FLOSS [here](link). Our blog post talks more about the motivation behind FLOSS and details how the tool works. FLOSS version

FEATURES

ALTERNATIVES

Search gadgets on binaries to facilitate ROP exploitation.

angr is a Python 3 library for binary analysis with various capabilities like symbolic execution and decompilation.

Andromeda makes reverse engineering of Android applications faster and easier.

PLASMA is an interactive disassembler with support for various architectures and formats, offering a Python API for scripting.

Identifies 137 malicious npm packages and gathers system information to a remote server.

Fernflower is an analytical decompiler for Java with command-line options and support for external classes.

IDA Pro plugin for finding crypto constants

Use FindYara, an IDA python plugin, to scan your binary with yara rules and quickly jump to matches.

PINNED