1+ v2.0.9
2+ internal rearrangement
3+ updated RTLs (ntos, ntsup, treelist)
4+
15v2.0.8
2- fixed various spelling errors throughout the codebase and documentation
3- plugins have been upgraded to the new interface version, improving compatibility and extensibility
4- fixed memory leaks in several plugins and addressed application-wide memory leaks
5- performed internal refactoring for objects management, which should theoretically improve performance
6- optimized the process tree view, resulting in better performance for the process list dialog, especially with large process sets
7- improved Authenticode hash calculations, adding better padding logic and enhanced error handling
8- updated the object search dialog logic for better handling of large/big search queries
9- updated the MSVC compiler versions database for more accurate build/version reporting
10- updated RTLs (ntos, ntsup, ntldr, tabctrl, symparser) to their latest versions for improved stability and feature support
11- support Vista again (limited set of features), as per feature request #44
6+ fixed various spelling errors throughout the codebase and documentation
7+ plugins have been upgraded to the new interface version, improving compatibility and extensibility
8+ fixed memory leaks in several plugins and addressed application-wide memory leaks
9+ performed internal refactoring for object management, which should theoretically improve performance
10+ optimized the process tree view, resulting in better performance for the process list dialog, especially with large process sets
11+ improved Authenticode hash calculations, adding better padding logic and enhanced error handling
12+ updated the object search dialog logic for better handling of large/big search queries
13+ updated the MSVC compiler versions database for more accurate build/version reporting
14+ updated RTLs (ntos, ntsup, ntldr, tabctrl, symparser) to their latest versions for improved stability and feature support
15+ support Vista again (limited set of features), as per feature request #44
1216
1317v2.0.7
1418win11 24h2 compatibility improvements
1519
1620v2.0.6
1721win11 24h2/25h2 compatibility improvements
18- rtls updated
22+ RTLs updated
1923
2024v2.0.5
2125added Pnp manager callbacks
@@ -24,10 +28,10 @@ win11 22h2/23h2/24h2 compatibility improvements
2428v2.0.4
2529win11 23h2 compatibility
2630win11+ 24h2 compatibility improvements
27- fix tooltip flickering for drivers list
28- fix log ui highlight glitch
29- fix authenticode hash missing pad bytes (in some cases)
30- driver list tooltip now include information if the given driver is registered as filter (admin priv. required)
31+ fixed tooltip flickering for drivers list
32+ fixed log UI highlight glitch
33+ fixed Authenticode hash missing pad bytes (in some cases)
34+ driver list tooltip now includes information if the given driver is registered as filter (admin priv. required)
3135
3236v2.0.3
3337recent win11 compatibility improvements
@@ -51,54 +55,54 @@ added program statistics (see Help->Statistics)
5155added legend window description for process list
5256added ability to fix image sections for dumped drivers
5357added RegistryTransaction object view and access rights
54- moved "Globals" from about box to the View->System Information and rearranged it output
58+ moved "Globals" from about box to the View->System Information and rearranged its output
5559drivers dump operation can now be cancelled
56- fix display of PUNICODE_STRING dump
57- fix ALPC Port type objects sometimes unable to open while they can be opened
58- plugin sdk updated to accommodate new named objects handling
59- imagescope plugin updated to accomodate plugin sdk changes
60- elevation required features in "extras" will now request elevation instead of just been disabled
60+ fixed display of PUNICODE_STRING dump
61+ fixed ALPC Port type objects sometimes unable to open while they can be opened
62+ plugin SDK updated to accommodate new named objects handling
63+ imagescope plugin updated to accommodate plugin SDK changes
64+ elevation required features in "extras" will now request elevation instead of just being disabled
6165help file updated with drivers and symbols usage
62- internal rearrange and minor UI changes
66+ internal rearrangement and minor UI changes
6367
6468v1.9.3
6569updated SeCiCallbacks search for newest Windows versions
6670added Windows Server 2022 support
67- fix win32k ApiSet resolving for Win10 21H2
68- fix ObCallbacks enumeration issues
71+ fixed win32k ApiSet resolving for Win10 21H2
72+ fixed ObCallbacks enumeration issues
6973support for various kernel driver helpers
7074ported to msvc 2022 (with backward compatibility to 2019)
7175bugfixes
72- rtls updated
76+ RTLs updated
7377
7478v1.9.2
7579more Win10/11 21h2 compatibility changes
7680added FLT_FILTER, FLT_OBJECT structured dump
77- added authenticode hash calculation for loaded drivers (extras->Drivers, use popup menu on driver entry)
81+ added Authenticode hash calculation for loaded drivers (extras->Drivers, use popup menu on driver entry)
7882added coalescing callbacks to callbacks list
7983various minor UI changes
80- fix misbehavior with recent wine staging 6.x
81- internal rearrange
82- rtls updated
84+ fixed misbehavior with recent Wine staging 6.x
85+ internal rearrangement
86+ RTLs updated
8387
8488v1.9.1
858921h2 compatibility improvements
86- rtls updated
90+ RTLs updated
8791
8892v1.9.0
8993added Section object structured dump
9094added ALPC port connections list (similar to !alpc /lpc windbg command)
9195added MmUnloadedDrivers list
9296added ExCreateCallback list to the callbacks list (PR #26)
93- updated ApiSet plugin now support in place search filter
94- internal rearrange
97+ updated ApiSet plugin now supports in- place search filter
98+ internal rearrangement
9599
96100v1.8.8
97- internal rearrange
101+ internal rearrangement
98102view security for alpc ports (most of them)
99103security descriptor view dialog (object sid, dacl & sacl)
100- fix scm services list query
101- fix "jump to file may fail under certain conditions" bug
104+ fixed SCM services list query
105+ fixed "jump to file may fail under certain conditions" bug
102106various minor UI changes
10310721h1 compatibility improvements
104108
@@ -110,38 +114,38 @@ plugins system extended and upgraded to support context plugins
110114added imagescope plugin for section object types backed by imagefile
111115added plugins viewer
112116various minor changes
113- treelist: fix tooltips flickering on Windows 7
114- turn off Spectre nonsense
115- rtls update
117+ treelist: fixed tooltips flickering on Windows 7
118+ turned off Spectre nonsense
119+ RTLs updated
116120
117121v1.8.6
118122reimplemented directory object dump to output more data
119123added callbacks registered with ExRegisterExtension
120- fix for pipes (PR #17)
121- internal rearrange
122- fix high cpu usage for splitter drag (report/fix by RamMerlabs)
123- fix security dialog regression (reported by RamMerlabs)
124+ fixed for pipes (PR #17)
125+ internal rearrangement
126+ fixed high CPU usage for splitter drag (report/fix by RamMerlabs)
127+ fixed security dialog regression (reported by RamMerlabs)
124128
125129v1.8.5
126- fix object cookie
127- add error log
130+ fixed object cookie
131+ added error log
12813220h1/20h2 compatibility improvements
129133
130134v1.8.4
131135support of additional helper driver
132- fix Windows 7 regressions
136+ fixed Windows 7 regressions
133137
134138v1.8.3
135- internal rearrange
139+ internal rearrangement
136140ported to msvc 2019 (with backward compatibility to 2017)
137- fix current directory value for elevated/system re-launch (reported by RamMerlabs)
141+ fixed current directory value for elevated/system re-launch (reported by RamMerlabs)
138142
139143v1.8.2
140144added Token object properties
141145added PsAltSystemCallHandlers to callbacks dialog
142- fix High DPI issues
143- fix Pipe security dialog not shown where available
144- fix multiple Wine/Wine Staging misbehavior
146+ fixed High DPI issues
147+ fixed Pipe security dialog not shown where available
148+ fixed multiple Wine/Wine Staging misbehavior
145149corrected typo in DebugObject description
146150more 20H1 support changes
147151various minor changes
@@ -160,7 +164,7 @@ added ApiSetView plugin - ApiSetSchema viewer (supported v2, v4, v6)
160164v1.7.4
161165added software licensing cache view (extras)
162166resolve apisets while viewing shadow table in Windows 10 20H1 >= 18890 builds
163- fix displaying sid user/domain information for private namespaces
167+ fixed displaying sid user/domain information for private namespaces
164168added refresh (f5) for private namespace dialog
165169
166170v1.7.3
@@ -177,7 +181,7 @@ added and updated more object type descriptions
177181
178182v1.7.1
179183SeCiCallbacks/g_CiCallbacks, DbgkLmdCallbacks added to the callbacks viewer
180- Session object view and access rights, merge pull request #8 #9
184+ Session object view and access rights, merged pull request #8 #9
181185fixed regression added in 1.7.0
182186treelist updated
183187
@@ -193,15 +197,15 @@ reimplemented service tables extraction code
193197v1.6.0
194198ported to msvc 2017 (with backward compatibility to 2015)
195199reimplemented private namespaces lookup
196- object directory dump reflect Win10 changes
200+ object directory dump reflects Win10 changes
197201added alpc port dump and additional dialog
198202treelist control updated
199203private namespaces dialog updated
200204usershareddata dialog updated
201- internal rearrange
202- merge pull request #7, fix Job object process list display
205+ internal rearrangement
206+ merged pull request #7, fixed Job object process list display
203207multiple Wine Staging fixes
204- rtls updated
208+ RTLs updated
205209
206210v1.5.5
207211tweaked PTL display
@@ -213,7 +217,7 @@ v1.5.3
213217OpenWindowStation fix
214218
215219v1.5.2
216- internal rearrange
220+ internal rearrangement
217221
218222v1.5.1
219223bugfixes
@@ -225,30 +229,30 @@ added file properties for drivers (menu -> extras -> Drivers)
225229added FltConnectionPort object dump
226230switched to hde instead of ldasm
227231fixed Wine behavior along with some bugs
228- rtls updated, switched to VS2015 U3
232+ RTLs updated, switched to VS2015 U3
229233note: Windows 10 RS2 (15063), RS1 (14393) supported as well as TH1(10240)/TH2(10586), RS3 supported (16288+ build)
230234
231- v 1 .4.0
235+ v1 .4.0
232236drivers list and dump (menu -> extras)
233237kiservicetable dump for all supported Windows versions
234238some code revision and corrections
235239
236- v 1 .3.0
240+ v1 .3.0
237241official support for Windows 10
238242private namespaces (menu -> extras)
239243
240- v 1 .2.0
244+ v1 .2.0
241245added KUSER_SHARED_DATA dump (menu -> extras)
242246code revision and corrections
243247ported to msvc 2015
244248
245- v 1 .1.0
249+ v1 .1.0
246250added popup menu for Process page
247251added file properties dialog for Process page
248252added descriptions for more object types
249253added named pipes dialog (menu -> extras)
250254added information for IoCompletion object type, including structured object body dump2
251255some code revision and corrections
252256
253- v 1 .0.0 (Feb 23, 2015)
257+ v1 .0.0 (Feb 23, 2015)
254258initial release
0 commit comments