Releases: hfiref0x/WinObjEx64
WinObjEx64 v2.1.0
v2.1.0 19 Mar 2026
ported to msvc 2026 (with backward compatibility to 2022)
win11 25H2 compatibility improvements
fixed incorrect object quota information dump
more descriptions for object types
WinDepends support integration for Drivers/SSDT/SSSDT table viewers
internal rearrangement
Full Changelog: v2.0.9...v2.1.0
WinObjEx64 v2.0.9
v2.0.9 28 Aug 2025
internal rearrangement (too much to list here)
updated RTLs (ntos, ntsup, treelist)
merged #46
Full Changelog: v2.0.8...v2.0.9
WinObjEx64 v2.0.8
v2.0.8 23 June 2025
fixed various spelling errors throughout the codebase and documentation
plugins have been upgraded to the new interface version, improving compatibility and extensibility
fixed memory leaks in several plugins and addressed application-wide memory leaks
performed internal refactoring for objects management, which should theoretically improve performance
optimized the process tree view, resulting in better performance for the process list dialog, especially with large process sets
improved Authenticode hash calculations, adding better padding logic and enhanced error handling
updated the object search dialog logic for better handling of large/big search queries
updated the MSVC compiler versions database for more accurate build/version reporting
updated RTLs (ntos, ntsup, ntldr, tabctrl, symparser) to their latest versions for improved stability and feature support
support Vista again (limited set of features), as per feature request #44
Full Changelog: v2.0.7...v2.0.8
WinObjEx64 v2.0.7
v2.0.7 29 May 2025
win11 24h2/25h2 compatibility improvements
rtls updated
Full Changelog: v2.0.6...v2.0.7
WinObjEx64 v2.0.6
v2.0.6 29 Jan 2025
win11 24h2/25h2 compatibility improvements
rtls updated
Full Changelog: v2.0.5...v2.0.6
WinObjEx64 v2.0.5
v2.0.5 19 Jul 2024
added Pnp manager callbacks
win11 22h2/23h2/24h2 compatibility improvements
What's Changed
- Parse extension host callbacks on 24h2 and 25h2 by @yardenshafir in #36
- 2.0.5 by @hfiref0x in #37
- 2.0.5 by @hfiref0x in #39
- 2.0.5 by @hfiref0x in #40
- 2.0.5 by @hfiref0x in #41
New Contributors
- @yardenshafir made their first contribution in #36
Full Changelog: v2.0.4...v2.0.5
WinObjEx64 v2.0.4
v2.0.4 24 Feb 2024
win11 23h2 compatibility
win11+ 24h2 compatibility improvements
fix tooltip flickering for drivers list
fix log ui highlight glitch
fix authenticode hash missing pad bytes (in some cases)
driver list tooltip now include information if the given driver is registered as filter (admin priv. required)
WinObjEx64 v2.0.3
v2.0.3 31 July 2023
recent win11 compatibility improvements
win11 24h2 preliminary support
WinObjEx64 v2.0.2
v2.0.2 25 May 2023
recent win10/win11 compatibility improvements
display more details about shimmed drivers
WinObjEx64 v2.0.1
v2.0.1 25 Dec 2022
recent win10/win11 compatibility improvements
token properties dialog changes
added and updated some object type descriptions (from Windows Internals 7ed book)