awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hellogcc avatar

hellogcc/100-gdb-tips

0
View on GitHub↗
3,204 星标·717 分支·Go·3 次浏览

100 Gdb Tips

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

Features

  • Debugging and Analysis - Collection of advanced tips for the GNU Debugger.
  • GDB Enhancements - Collection of practical tips and tricks for GDB.
  • Programming Languages - Collection of debugging techniques for C/C++ developers.

Star 历史

hellogcc/100-gdb-tips 的 Star 历史图表hellogcc/100-gdb-tips 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

100 Gdb Tips 的开源替代方案

相似的开源项目,按与 100 Gdb Tips 的功能重合度排序。
  • radare/radare2radare 的头像

    radare/radare2

    24,129在 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
    在 GitHub 上查看↗24,129
  • hyperdbg/hyperdbgHyperDbg 的头像

    HyperDbg/HyperDbg

    3,885在 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
    在 GitHub 上查看↗3,885
  • skeeto/w64devkitskeeto 的头像

    skeeto/w64devkit

    4,568在 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++
    在 GitHub 上查看↗4,568
  • 3dgen/cppwasm-book3dgen 的头像

    3dgen/cppwasm-book

    1,399在 GitHub 上查看↗

    :books: WebAssembly friendly programming with C/C++ -- Emscripten practice

    C++ccppemscripten
    在 GitHub 上查看↗1,399
查看 100 Gdb Tips 的所有 30 个替代方案→

常见问题解答

hellogcc/100-gdb-tips 是做什么的?

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

hellogcc/100-gdb-tips 的主要功能有哪些?

hellogcc/100-gdb-tips 的主要功能包括:Debugging and Analysis, GDB Enhancements, Programming Languages。

hellogcc/100-gdb-tips 有哪些开源替代品?

hellogcc/100-gdb-tips 的开源替代品包括: hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture… skeeto/w64devkit — w64devkit is a portable MinGW-w64 C/C++ development kit and a self-contained GCC toolchain for Windows. It provides a… 3dgen/cppwasm-book — :books: WebAssembly friendly programming with C/C++ -- Emscripten practice. a8m/go-lang-cheat-sheet — This project is a comprehensive reference guide and cheat sheet for the Go programming language. It serves as a syntax… 9magnets/ios-developer-and-designer-interview-questions — A small guide to help those looking to hire a developer or designer for iOS work. While tailored for iOS, many…