https://github.com/tinysec/jswd
javascript extension of windbg for hacker.
https://github.com/tinysec/jswd
dbgeng debug debugging js jswd windbg windbg-extension windbg-scripts
Last synced: 6 months ago
JSON representation
javascript extension of windbg for hacker.
- Host: GitHub
- URL: https://github.com/tinysec/jswd
- Owner: tinysec
- License: gpl-3.0
- Created: 2023-06-10T09:39:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T08:18:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:05:06.442Z (about 1 year ago)
- Topics: dbgeng, debug, debugging, js, jswd, windbg, windbg-extension, windbg-scripts
- Language: C++
- Homepage:
- Size: 161 KB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jswd
Windbg javascript extension for hacker , a gift from tinysec.
That is refactored of the [JSRT](https://github.com/tinysec/jsrt) , using modern C++ and ES6 syntax.
## usage
1. download right arch version of zipped jswd file from github release.
2. decompress and put the 'js.dll' into same arch version windbg's extension dir.

3. load the jswd by `.load js`

4. have a nice day.