awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·3 Aufrufe

Flare Floss

Dieses Projekt ist ein Tool zur binären statischen Analyse, das darauf ausgelegt ist, versteckte und nicht standardmäßig kodierte Strings aus kompilierten Binärdateien wiederherzustellen. Es fungiert als Malware-Analyse-Utility und String-Decryptor, der verschleierten Text extrahiert, um verborgenes Programmverhalten offenzulegen, ohne den Code auszuführen.

Das Tool automatisiert die Wiederherstellung eingebetteter Strings durch eine Kombination aus emulierter Befehlsausführung und der Auswertung abstrakter Syntaxbäume. Es nutzt musterbasierte heuristische Erkennung, um Obfuskationsroutinen zu identifizieren, und verwendet plattformübergreifendes Binär-Parsing, um mehrere ausführbare Formate zu verarbeiten.

Das System deckt ein breites Spektrum forensischer Fähigkeiten ab, einschließlich sprachspezifischer String-Extraktion und der Serialisierung wiederhergestellter Daten in Formate, die mit externen Sicherheitsanalyseplattformen kompatibel sind.

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.
  • Binäranalyse-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-Verlauf

Star-Verlauf für fireeye/flare-flossStar-Verlauf für fireeye/flare-floss

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht fireeye/flare-floss?

Dieses Projekt ist ein Tool zur binären statischen Analyse, das darauf ausgelegt ist, versteckte und nicht standardmäßig kodierte Strings aus kompilierten Binärdateien wiederherzustellen. Es fungiert als Malware-Analyse-Utility und String-Decryptor, der verschleierten Text extrahiert, um verborgenes Programmverhalten offenzulegen, ohne den Code auszuführen.

Was sind die Hauptfunktionen von fireeye/flare-floss?

Die Hauptfunktionen von fireeye/flare-floss sind: Static Binary Analysis, Static String Extraction, Malware String Decryption, Obfuscated String Recovery, Instruction-Level Emulators, Malware Analysis Tools, Obfuscated Data Decoders, Obfuscation Detection.

Welche Open-Source-Alternativen gibt es zu fireeye/flare-floss?

Open-Source-Alternativen zu fireeye/flare-floss sind unter anderem: 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,…

Open-Source-Alternativen zu Flare Floss

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Flare Floss.
  • mandiant/flare-flossAvatar von mandiant

    mandiant/flare-floss

    3,886Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,886
  • angr/angrAvatar von angr

    angr/angr

    8,898Auf GitHub ansehen↗

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

    Cisco-Talos/GhIDA

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • avast-tl/retdecAvatar von avast-tl

    avast-tl/retdec

    8,556Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗8,556
  • Alle 30 Alternativen zu Flare Floss anzeigen→