Tools & Experiments

FLARE-FLOSS

A malware analysis tool that recovers hidden and obfuscated strings from Windows executables using advanced static analysis.

FLARE-FLOSS goes beyond basic string extraction to uncover malware indicators that authors try to hide. While standard tools like strings only find plaintext data, FLOSS identifies stack-built strings, XOR-decoded content, and other obfuscated patterns that malware commonly uses.

The tool works by analysing Windows PE files through multiple techniques. It reconstructs strings that malware builds at runtime, decodes XOR-encrypted data, and identifies tight strings that might slip past traditional scanners. This matters because modern malware rarely leaves its command-and-control servers or file paths sitting in plain view.

We’ve seen this approach catch indicators that would otherwise require dynamic analysis or manual reverse engineering. The implementation tutorial shows how to set up FLOSS with MinGW-w64 and test it against synthetic malware samples.

FLOSS fills a gap in static analysis workflows. Security researchers and incident responders can extract meaningful intelligence from malware samples without running them in sandboxes first.

No interactive tool for this one yet. Browse all tools for more.