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/stringsifter

0
View on GitHub↗
756 Stars·126 Forks·Python·Apache-2.0·3 Aufrufe

Stringsifter

A machine learning tool that ranks strings based on their relevance for malware analysis.

Features

  • Adversarial Security Tools - Tool for prioritizing strings in malware analysis using machine learning.
  • Security Analysis Tools - Automated tool for ranking strings in malware to aid analysis.
  • Binary Analysis - Ranks strings by relevance for malware analysis using machine learning.
  • Malware Analysis Sandboxes - Machine learning tool for ranking strings in malware analysis.
  • Reverse Engineering - Ranks strings by relevance for malware analysis.

Star-Verlauf

Star-Verlauf für fireeye/stringsifterStar-Verlauf für fireeye/stringsifter

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

Open-Source-Alternativen zu Stringsifter

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Stringsifter.
  • 0xd4d/dnspyAvatar von 0xd4d

    0xd4d/dnSpy

    29,539Auf GitHub ansehen↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    Auf GitHub ansehen↗29,539
  • rizinorg/cutterAvatar von rizinorg

    rizinorg/cutter

    18,957Auf GitHub ansehen↗

    Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It provides an environment for analyzing the internal logic and data structures of compiled binaries through integrated disassembly and visualization. The platform supports a containerized deployment model to provide isolated environments for binary analysis, which is used to examine suspicious binaries without risking the host system. It is an extensible security tool that allows for the addition of custom analysis capabilities and visualizers via native plugins and scripts. The to

    C++
    Auf GitHub ansehen↗18,957
  • binaryanalysisplatform/bapAvatar von BinaryAnalysisPlatform

    BinaryAnalysisPlatform/bap

    2,239Auf GitHub ansehen↗

    Binary Analysis Platform

    OCaml
    Auf GitHub ansehen↗2,239
  • 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
Alle 30 Alternativen zu Stringsifter anzeigen→

Häufig gestellte Fragen

Was macht fireeye/stringsifter?

A machine learning tool that ranks strings based on their relevance for malware analysis.

Was sind die Hauptfunktionen von fireeye/stringsifter?

Die Hauptfunktionen von fireeye/stringsifter sind: Adversarial Security Tools, Security Analysis Tools, Binary Analysis, Malware Analysis Sandboxes, Reverse Engineering.

Welche Open-Source-Alternativen gibt es zu fireeye/stringsifter?

Open-Source-Alternativen zu fireeye/stringsifter sind unter anderem: 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… rizinorg/cutter — Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It… radareorg/radare2 — Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a… angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… nationalsecurityagency/ghidra — Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic… binaryanalysisplatform/bap — Binary Analysis Platform.