https://github.com/synergex/debuggerscripts
Repository to collect various scripts that help when debugging synergy programs
https://github.com/synergex/debuggerscripts
Last synced: 10 months ago
JSON representation
Repository to collect various scripts that help when debugging synergy programs
- Host: GitHub
- URL: https://github.com/synergex/debuggerscripts
- Owner: Synergex
- License: mit
- Created: 2021-11-02T20:38:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T00:00:03.000Z (over 1 year ago)
- Last Synced: 2024-12-19T00:29:02.569Z (over 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DebuggerScripts
Repository to collect various scripts that help when debugging synergy programs
# WinDBG
### synergydbg.js setup
1. Load a dump file or live synergy process in WinDBG
2. .load jsprovider.dll
3. .scriptload PATH_TO_THE_EXTENSION_JS_FILE\synergydbg.js
### Features
* !showHandles
* !showChannels
* !showTraceback