An open API service indexing awesome lists of open source software.

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.

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.

![ext.png](assets/ext.png)

3. load the jswd by `.load js`

![help.png](assets/help.png)

4. have a nice day.