awesome-repositories.com
Blog
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
·
eteran avatar

eteran/edb-debugger

0
View on GitHub↗
2,926 stars·342 forks·C++·GPL-2.0·2 vues

Edb Debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.

Features

  • Debuggers and Tracers - Cross-platform debugger for AArch32 and x86 architectures.
  • Reverse Engineering - Cross-platform debugger for AArch32 and x86 architectures.

Historique des stars

Graphique de l'historique des stars pour eteran/edb-debuggerGraphique de l'historique des stars pour eteran/edb-debugger

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 à Edb Debugger

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Edb Debugger.
  • androguard/androguardAvatar de androguard

    androguard/androguard

    6,116Voir sur GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    Voir sur GitHub↗6,116
  • 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
Voir les 30 alternatives à Edb Debugger→

Questions fréquentes

Que fait eteran/edb-debugger ?

edb is a cross-platform AArch32/x86/x86-64 debugger.

Quelles sont les fonctionnalités principales de eteran/edb-debugger ?

Les fonctionnalités principales de eteran/edb-debugger sont : Debuggers and Tracers, Reverse Engineering.

Quelles sont les alternatives open-source à eteran/edb-debugger ?

Les alternatives open-source à eteran/edb-debugger incluent : androguard/androguard — Reverse engineering and pentesting for Android applications. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… beeware/bugjar. binaryanalysisplatform/bap — Binary Analysis Platform. 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It…