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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fireeye avatar

fireeye/flare-floss

0
View on GitHub↗
4,054 estrellas·534 forks·Python·Apache-2.0·5 vistas

Flare Floss

Este proyecto es una herramienta de análisis estático binario diseñada para recuperar cadenas ocultas y codificadas de forma no estándar de binarios compilados. Funciona como una utilidad de análisis de malware y descifrador de cadenas, extrayendo texto ofuscado para revelar el comportamiento oculto del programa sin ejecutar el código.

La herramienta automatiza la recuperación de cadenas incrustadas a través de una combinación de ejecución de instrucciones emuladas y evaluación de árboles de sintaxis abstracta. Utiliza detección heurística basada en patrones para identificar rutinas de ofuscación y emplea análisis binario multiplataforma para procesar múltiples formatos ejecutables.

El sistema cubre una amplia gama de capacidades forenses, incluyendo la extracción de cadenas específica del lenguaje y la serialización de datos recuperados en formatos compatibles con plataformas de análisis de seguridad externas.

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.
  • Herramientas de análisis binario - 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.

Historial de estrellas

Gráfico del historial de estrellas de fireeye/flare-flossGráfico del historial de estrellas de fireeye/flare-floss

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace fireeye/flare-floss?

Este proyecto es una herramienta de análisis estático binario diseñada para recuperar cadenas ocultas y codificadas de forma no estándar de binarios compilados. Funciona como una utilidad de análisis de malware y descifrador de cadenas, extrayendo texto ofuscado para revelar el comportamiento oculto del programa sin ejecutar el código.

¿Cuáles son las características principales de fireeye/flare-floss?

Las características principales de fireeye/flare-floss son: Static Binary Analysis, Static String Extraction, Malware String Decryption, Obfuscated String Recovery, Instruction-Level Emulators, Malware Analysis Tools, Obfuscated Data Decoders, Obfuscation Detection.

¿Qué alternativas de código abierto existen para fireeye/flare-floss?

Las alternativas de código abierto para fireeye/flare-floss incluyen: 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,…

Alternativas open-source a Flare Floss

Proyectos open-source similares, clasificados según cuántas características comparten con Flare Floss.
  • mandiant/flare-flossAvatar de mandiant

    mandiant/flare-floss

    3,886Ver en 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
    Ver en GitHub↗3,886
  • angr/angrAvatar de angr

    angr/angr

    8,898Ver en 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
    Ver en GitHub↗8,898
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0Ver en GitHub↗

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

    Ver en GitHub↗0
  • avast-tl/retdecAvatar de avast-tl

    avast-tl/retdec

    8,556Ver en 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++
    Ver en GitHub↗8,556
Ver las 30 alternativas a Flare Floss→