Skip to content

Commit cf6c07c

Browse files
authored
Update README.md
1 parent 604a21a commit cf6c07c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# WinDbg-Extensions
1+
# WinDbg-Extensions
2+
## Callback Extension
3+
Callbacks.dll is a WinDbg extension that will enumerate all pointers inside of the following symbols for callbacks that are registered on the system:
4+
1. nt!PspCreateProcessNotifyRoutine
5+
2. nt!PspCreateThreadNotifyRoutine
6+
3. nt!PspLoadImageNotifyRoutine
7+
8+
![picture](https://github.com/ch3rn0byl/WinDbg-Extensions/blob/main/Images/all.PNG)
9+
10+
## How to use?
11+
The extension takes in either of the four parameters: _process_, _image_, _thread_, or _all_.
12+
This just makes life a little bit easier when you're doing whatever it is you're doing with them.
13+
14+
This just lists the callbacks, nothing more nothing less but as I continue working on my shenanigans...I will make sure to continue adding on to this.
15+
16+
Have fun!

0 commit comments

Comments
 (0)