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
·
mfontanini avatar

mfontanini/Programs-Scripts

0
View on GitHub↗
223 stele·98 fork-uri·C·2 vizualizări

Programs Scripts

The tiny programs and scripts that don't deserve a project, but I still want to share.

Features

  • Debugging and Analysis - Assorted scripts for system and binary analysis tasks.

Istoric stele

Graficul istoricului de stele pentru mfontanini/programs-scriptsGraficul istoricului de stele pentru mfontanini/programs-scripts

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

Alternative open-source pentru Programs Scripts

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Programs Scripts.
  • radare/radare2Avatar radare

    radare/radare2

    24,129Vezi pe 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
    Vezi pe GitHub↗24,129
  • hyperdbg/hyperdbgAvatar HyperDbg

    HyperDbg/HyperDbg

    3,885Vezi pe 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
    Vezi pe GitHub↗3,885
  • skeeto/w64devkitAvatar skeeto

    skeeto/w64devkit

    4,568Vezi pe 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++
    Vezi pe GitHub↗4,568
  • hellogcc/100-gdb-tipsAvatar hellogcc

    hellogcc/100-gdb-tips

    3,204Vezi pe GitHub↗

    一个关于gdb使用小技巧的文档。100,在这里可能只是表明很多;具体的数目取决于您的参与和贡献。

    Go
    Vezi pe GitHub↗3,204
Vezi toate cele 12 alternative pentru Programs Scripts→

Întrebări frecvente

Ce face mfontanini/programs-scripts?

The tiny programs and scripts that don't deserve a project, but I still want to share.

Care sunt principalele funcționalități ale mfontanini/programs-scripts?

Principalele funcționalități ale mfontanini/programs-scripts sunt: Debugging and Analysis.

Care sunt câteva alternative open-source pentru mfontanini/programs-scripts?

Alternativele open-source pentru mfontanini/programs-scripts includ: 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… jbangert/mithril — In Soviet Russia, Mithril forges ELF. mahdisafsafi/debugengine — DebugEngine is a collection of utilities related to debug stuff (stack trace, CPU registers snapshot, debug info,… alexmojaki/snoop — snoop is a powerful set of Python debugging tools. It's primarily meant to be a more featureful and refined version of…