https://github.com/egor-tensin/winapi-debug
WinAPI: C++ wrappers for DbgHelp
https://github.com/egor-tensin/winapi-debug
Last synced: 19 days ago
JSON representation
WinAPI: C++ wrappers for DbgHelp
- Host: GitHub
- URL: https://github.com/egor-tensin/winapi-debug
- Owner: egor-tensin
- License: mit
- Created: 2017-05-19T00:22:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T12:47:04.000Z (over 1 year ago)
- Last Synced: 2025-04-02T04:23:05.280Z (6 months ago)
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
winapi-debug
============[](https://github.com/egor-tensin/winapi-debug/actions/workflows/ci.yml)
Want to conduct a post-mortem analysis, but all you've got is a bunch of PDB
files and a call stack?
Say no more!
With the unique set of tools provided by this project, you'll never feel
hopeless again.
Do all kinds of crazy shit like resolving symbol names from their addresses &
vice versa, etc.Building
--------Build using CMake.
Depends on Boost.{Filesystem,Program_options,Test}.
The project is Windows-only, so building with either MSVC or MinGW-w64 is
required.There's a Makefile with useful shortcuts to build the project in the build/
directory along with the dependencies (defaults to building with MinGW-w64):make deps
make build
make testLicense
-------Distributed under the MIT License.
See [LICENSE.txt] for details.[LICENSE.txt]: LICENSE.txt