comon
A WinDbg extension to trace COM interactions
File Explorer
Download Latest Version (.zip)- build.yml
- release.yml
- arch.cpp
- arch.h
- CMakeLists.txt
- cohelp.cpp
- cometa.cpp
- cometa.h
- cometa_helpers.cpp
- comon.h
- comonitor.cpp
- comonitor.h
- comonitor_com_breakpoints.cpp
- dbgsession.cpp
- dbgsession.h
- ext.cpp
- ext.def
- helpers.cpp
- lfu_cache.h
- resource.h
- resource.rc.in
- .editorconfig
- .gitattributes
- .gitignore
- .gitmodules
- CMakeLists.txt
- CMakePresets.json
- comon.gif
- LICENSE
- README.md
- vcpkg
- vcpkg.json
# Installation Guide
1. Get the code
git clone https://github.com/lowleveldesign/comon
Downloads the entire project code from GitHub to your computer.
cd comon
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake --preset=ninja-x64-release
Type this command into your terminal and run it.
cmake --build --preset=ninja-x64-release
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
