awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fireeye avatar

fireeye/flare-floss

0
View on GitHub↗
4,054 stele·534 fork-uri·Python·Apache-2.0·2 vizualizări

Flare Floss

Acest proiect este un instrument de analiză statică binară conceput pentru a recupera șiruri de caractere ascunse și codificate non-standard din binare compilate. Acesta funcționează ca un utilitar de analiză malware și decriptor de șiruri, extrăgând textul obfuscated pentru a dezvălui comportamentul ascuns al programului fără a executa codul.

Instrumentul automatizează recuperarea șirurilor încorporate printr-o combinație de execuție emulată a instrucțiunilor și evaluare a arborelui sintactic abstract (AST). Utilizează detectarea euristică bazată pe modele pentru a identifica rutinele de obfuscation și folosește parsarea binară cross-platform pentru a procesa multiple formate executabile.

Sistemul acoperă o gamă largă de capabilități criminalistice, inclusiv extragerea șirurilor specifice limbajului și serializarea datelor recuperate în formate compatibile cu platformele externe de analiză de securitate.

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.
  • Instrumente de analiză binară - 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.

Istoric stele

Graficul istoricului de stele pentru fireeye/flare-flossGraficul istoricului de stele pentru fireeye/flare-floss

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face fireeye/flare-floss?

Acest proiect este un instrument de analiză statică binară conceput pentru a recupera șiruri de caractere ascunse și codificate non-standard din binare compilate. Acesta funcționează ca un utilitar de analiză malware și decriptor de șiruri, extrăgând textul obfuscated pentru a dezvălui comportamentul ascuns al programului fără a executa codul.

Care sunt principalele funcționalități ale fireeye/flare-floss?

Principalele funcționalități ale fireeye/flare-floss sunt: Static Binary Analysis, Static String Extraction, Malware String Decryption, Obfuscated String Recovery, Instruction-Level Emulators, Malware Analysis Tools, Obfuscated Data Decoders, Obfuscation Detection.

Care sunt câteva alternative open-source pentru fireeye/flare-floss?

Alternativele open-source pentru fireeye/flare-floss includ: 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,…

Alternative open-source pentru Flare Floss

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Flare Floss.
  • mandiant/flare-flossAvatar mandiant

    mandiant/flare-floss

    3,886Vezi pe 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
    Vezi pe GitHub↗3,886
  • angr/angrAvatar angr

    angr/angr

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

    Cisco-Talos/GhIDA

    0Vezi pe GitHub↗

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

    Vezi pe GitHub↗0
  • avast-tl/retdecAvatar avast-tl

    avast-tl/retdec

    8,556Vezi pe 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++
    Vezi pe GitHub↗8,556
  • Vezi toate cele 30 alternative pentru Flare Floss→