WinObjEx64/Compiled/WHATSNEW_190.md

1.1 KiB

What is new in 1.9.0

  • Unloaded drivers view

View contents of MmUnloadedDrivers ntoskrnl managed array.

  • ALPC Ports connections

Display information about ALPC port connected clients, similar to WinDBG !alpc /port command.

  • Section Object dump view

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

Improved search and fixed some bugs.

  • Other
    • Added ExCreateCallback list to the callbacks list
    • Fixed several bugs