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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NtQuery avatar

NtQuery/Scylla

0
View on GitHub↗
1,385 stars·274 forks·C++·GPL-3.0·5 vues

Scylla

Imports Reconstructor

Features

  • Outils d'analyse binaire - Tool for reconstructing imports in PE files.
  • Deobfuscation and Unpacking - Tool for reconstructing imports in packed binaries.
  • Import Reconstruction - Advanced import reconstruction tool for Windows binaries.
  • Import Reconstruction Tools - A tool for reconstructing imports in dumped or unpacked executables.
  • Reverse Engineering - Fixes the Import Address Table of dumped PE malware.

Historique des stars

Graphique de l'historique des stars pour ntquery/scyllaGraphique de l'historique des stars pour ntquery/scylla

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Scylla

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Scylla.
  • angr/angrAvatar de angr

    angr/angr

    8,898Voir sur 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
    Voir sur GitHub↗8,898
  • aquynh/capstoneAvatar de aquynh

    aquynh/capstone

    8,839Voir sur GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    Voir sur GitHub↗8,839
  • 0xd4d/dnspyAvatar de 0xd4d

    0xd4d/dnSpy

    29,539Voir sur GitHub↗

    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#
    Voir sur GitHub↗29,539
  • binaryanalysisplatform/bapAvatar de BinaryAnalysisPlatform

    BinaryAnalysisPlatform/bap

    2,239Voir sur GitHub↗

    Binary Analysis Platform

    OCaml
    Voir sur GitHub↗2,239
Voir les 30 alternatives à Scylla→

Questions fréquentes

Que fait ntquery/scylla ?

Imports Reconstructor

Quelles sont les fonctionnalités principales de ntquery/scylla ?

Les fonctionnalités principales de ntquery/scylla sont : Outils d'analyse binaire, Deobfuscation and Unpacking, Import Reconstruction, Import Reconstruction Tools, Reverse Engineering.

Quelles sont les alternatives open-source à ntquery/scylla ?

Les alternatives open-source à ntquery/scylla incluent : binaryanalysisplatform/bap — Binary Analysis Platform. google/binnavi — BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… longld/peda — Peda is a security tool suite and exploit development framework designed for binary analysis, debugger automation, and…