FLARE Obfuscated String Solver (FLOSS) is a static analysis tool designed to automatically extract and deobfuscate strings from malware binaries. The tool addresses the common evasion technique where malware authors obfuscate key portions of executables, particularly strings and resources used to configure domains, files, and other infection artifacts. FLOSS extracts multiple types of strings that traditional tools like strings.exe cannot detect: - Static strings: Regular ASCII and UTF-16LE strings - Stack strings: Strings constructed on the stack at runtime - Tight strings: A specialized form of stack strings decoded on the stack - Decoded strings: Strings decoded within functions The tool uses advanced static analysis techniques to identify and recover obfuscated strings without requiring dynamic execution of the malware sample. This capability enhances basic static analysis workflows by revealing hidden configuration data, command and control information, and other critical artifacts that would otherwise remain concealed through obfuscation techniques.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A collaborative malware analysis framework with various features for automated analysis tasks.
Valkyrie is a sophisticated file verdict system that enhances malware detection through behavioral analysis and extensive file feature examination.
Intezer is a cloud-based malware analysis platform that detects and classifies malware using genetic code analysis.
Code to prevent a managed .NET debugger/profiler from working.
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
A binary analysis and management framework for organizing and analyzing malware and exploit samples, and creating plugins.
A program to manage yara ruleset in a database with support for different databases and configuration options.
A sandbox for quickly sandboxing known or unknown families of Android Malware
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.