1.1 KiB
1.1 KiB
What is new in 1.9.0
- Unloaded drivers view
![](https://raw.githubusercontent.com/hfiref0x/WinObjEx64/master/Screenshots/UnloadedDrivers.png)
View contents of MmUnloadedDrivers ntoskrnl managed array.
- ALPC Ports connections
![](https://raw.githubusercontent.com/hfiref0x/WinObjEx64/master/Screenshots/AlpcPortConnections.png)
Display information about ALPC port connected clients, similar to WinDBG !alpc /port command.
- Section Object dump view
![](https://raw.githubusercontent.com/hfiref0x/WinObjEx64/master/Screenshots/ViewingSectionObject.png)
View contents of Section object type and it child structures such as CONTROL_AREA, SEGMENT etc. Note that view is not complete and only list important fields, similar to WinDBG !ca 0xX 4 command.
- Updated ApiSetSchema plugin
![](https://raw.githubusercontent.com/hfiref0x/WinObjEx64/master/Screenshots/ApiSetView190.png)
Improved search and fixed some bugs.
- Other
- Added ExCreateCallback list to the callbacks list
- Fixed several bugs