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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alexmojaki avatar

alexmojaki/snoop

0
View on GitHub↗
1,456 stars·43 forks·Python·MIT·3 vues

Snoop

snoop is a powerful set of Python debugging tools. It's primarily meant to be a more featureful and refined version of PySnooper. It also includes its own version of icecream and some other nifty stuff.

Features

  • Debugging and Analysis - Powerful debugging tool for inspecting Python code execution.

Historique des stars

Graphique de l'historique des stars pour alexmojaki/snoopGraphique de l'historique des stars pour alexmojaki/snoop

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 à Snoop

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Snoop.
  • radare/radare2Avatar de radare

    radare/radare2

    24,129Voir sur GitHub↗

    radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p

    C
    Voir sur GitHub↗24,129
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Voir sur GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    Voir sur GitHub↗3,885
  • skeeto/w64devkitAvatar de skeeto

    skeeto/w64devkit

    4,568Voir sur GitHub↗

    w64devkit is a portable MinGW-w64 C/C++ development kit and a self-contained GCC toolchain for Windows. It provides a native build environment for compiling C, C++, and Fortran source code into x86 and x64 executable binaries without requiring system-wide installation or modifications to the host registry and environment variables. The toolchain is distributed as a self-contained suite of compilers, linkers, and assemblers that runs from any directory. It includes a specialized shell-based environment wrapper to automatically configure the path to its binaries and utilizes static linking to e

    C++
    Voir sur GitHub↗4,568
  • jbangert/mithrilJ

    jbangert/mithril

    0Voir sur GitHub↗

    In Soviet Russia, Mithril forges ELF.

    Voir sur GitHub↗0
Voir les 12 alternatives à Snoop→

Questions fréquentes

Que fait alexmojaki/snoop ?

snoop is a powerful set of Python debugging tools. It's primarily meant to be a more featureful and refined version of PySnooper. It also includes its own version of icecream and some other nifty stuff.

Quelles sont les fonctionnalités principales de alexmojaki/snoop ?

Les fonctionnalités principales de alexmojaki/snoop sont : Debugging and Analysis.

Quelles sont les alternatives open-source à alexmojaki/snoop ?

Les alternatives open-source à alexmojaki/snoop incluent : radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture… hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… skeeto/w64devkit — w64devkit is a portable MinGW-w64 C/C++ development kit and a self-contained GCC toolchain for Windows. It provides a… mahdisafsafi/debugengine — DebugEngine is a collection of utilities related to debug stuff (stack trace, CPU registers snapshot, debug info,… marcocantu/objectdebugger — The ObjectDebugger is a run-time Object Inspector for Delphi VCL applications. eyaltrabelsi/pandas-log — The goal of pandas-log is to provide feedback about basic pandas operations. It provides simple wrapper functions for…