FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sistools/ReadDebugString: Windows CLI C++ program that permits reading from the Windows debugger · GitHub

Repository files navigation

ReadDebugString

Reads messages from the Windows debugger.

Table of Contents

Introduction

ReadDebugString is a small Windows-only utility that reads messages from the Windows debugger, identifies the originating process, and writes formatted messages to standard error.

Installation

The project uses CMake. From the project directory:

cmake -S . -B _build
cmake --build _build --config Release

Detailed installation and usage instructions are in INSTALL.md.

Components

The project creates a single executable program, ReadDebugString.

Examples

With no arguments, the program waits for and displays messages from the Windows debugger. Use --help or --version for commands that terminate immediately.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on the ReadDebugString GitHub page.

Related projects

Other sistools projects include:

License

ReadDebugString is released under the 3-clause BSD license. See LICENSE for details.

About

Windows CLI C++ program that permits reading from the Windows debugger

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL