awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fireeye avatar

fireeye/flare-floss

0
View on GitHub↗
4,054 stars·534 forks·Python·Apache-2.0·21 views

Flare Floss

This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code.

The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats.

The system covers a broad range of forensic capabilities, including language-specific string extraction and the serialization of recovered data into formats compatible with external security analysis platforms.

Features

  • Static Binary Analysis - Analyzes compiled binaries without execution to identify code patterns and hidden data structures.
  • Static String Extraction - Recovers hidden text strings from malicious compiled binaries using static analysis techniques.
  • Malware String Decryption - Automatically extracts and decodes obfuscated strings from binary malware samples through static analysis.
  • Obfuscated String Recovery - Identifies and decodes hidden text within binary samples through static analysis to reveal concealed functionality.
  • Instruction-Level Emulators - Simulates CPU behavior to track memory changes and recover strings that are decoded during runtime.
  • Malware Analysis Tools - Serves as a specialized tool for inspecting suspicious binaries to identify hidden strings and malicious behavior.
  • Obfuscated Data Decoders - Automatically decodes and de-obfuscates strings within binary files to reveal hidden functionality.
  • Obfuscation Detection - Matches specific byte sequences to identify common obfuscation routines and string encryption schemes.
  • Cross-Platform Binary Parsing - Processes multiple executable formats to extract metadata and code sections regardless of the target operating system.
  • Language-Specific String Recovery - Recovers text from binaries compiled with specific languages using non-standard encoding or termination methods.
  • Reverse Engineering Toolsets - Provides a specialized tool for automating the recovery of embedded strings during binary reverse engineering.
  • Logic Evaluation - Evaluates disassembled code logic via abstract syntax trees to determine how strings are constructed in memory.
  • Binary Analysis - Automatically extracts obfuscated strings from malware samples.
  • Binary Analysis Tools - Automatically extracts and deobfuscates strings from malware.
  • IDA Pro Plugins - Automatically extracts and deobfuscates strings from malware.
  • Deobfuscation - Automatically extracts and deobfuscates strings from malware binaries.

Star history

Star history chart for fireeye/flare-flossStar history chart for fireeye/flare-floss

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Flare Floss

These projects share indexed features with Flare Floss. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mandiant/flare-flossmandiant avatar

    mandiant/flare-floss

    3,886View on GitHub↗

    Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration data within compiled binaries. It functions as an obfuscated string decoder and reverse engineering tool to translate encoded strings into readable text for security auditing. The project employs emulated execution to capture the decrypted state of strings in memory by running small chunks of binary code in a virtual CPU. It further utilizes static analysis disassembly, intermediate representation analysis, and heuristic-based pattern matching to identify and decode strings t

    Pythondeobfuscationflaregsoc-2026
    View on GitHub↗3,886
  • angr/angrangr avatar

    angr/angr

    8,898View on GitHub↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    View on GitHub↗8,898
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0View on GitHub↗

    GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.

    View on GitHub↗0
  • avast-tl/retdecavast-tl avatar

    avast-tl/retdec

    8,556View on GitHub↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    View on GitHub↗8,556
Compare all 30 related projects→

Frequently asked questions

What does fireeye/flare-floss do?

This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code.

What are the main features of fireeye/flare-floss?

The main features of fireeye/flare-floss are: Static Binary Analysis, Static String Extraction, Malware String Decryption, Obfuscated String Recovery, Instruction-Level Emulators, Malware Analysis Tools, Obfuscated Data Decoders, Obfuscation Detection.

Which projects share features with fireeye/flare-floss?

Projects with overlapping indexed features include: mandiant/flare-floss — Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration… angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… cisco-talos/ghida — GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA. avast-tl/retdec — Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse… unicorn-engine/unicorn — Unicorn is a multi-architecture CPU emulation framework and library that utilizes just-in-time compilation to execute… 0xd4d/de4dot — de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers,…