lesderid / gdb-msvc

GDB with patches for debugging MSVC binaries
https://github.com/lesderid/gdb-msvc/
GNU General Public License v2.0
13 stars 2 forks source link
debugger gdb msvc patches

gdb-msvc

CI

gdb-msvc is a series of patches for GDB (and its dependencies) for easier debugging of Microsoft Visual C++ (MSVC) binaries.

Features

The main features of this patchset are:

These features are implemented using libraries from LLVM.

NOTE: Currently, PDB symbol loading uses radare2's libr. This is being removed in favour of a better implementation that uses LLVM.

Building

Packages:

License

Most of the code is available under the terms of the GNU GPLv3 license. See the original README and license notices in source files for details.

By contributing you agree to make your code available under the same license.