Skip to content

Commit 265794b

Browse files
committed
2.0.9
Help file and changelog update
1 parent 6c51bee commit 265794b

File tree

2 files changed

+67
-63
lines changed

2 files changed

+67
-63
lines changed

Docs/WinObjEx64.chm

112 Bytes
Binary file not shown.

Source/CHANGELOG.txt

Lines changed: 67 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1+
v2.0.9
2+
internal rearrangement
3+
updated RTLs (ntos, ntsup, treelist)
4+
15
v2.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

1317
v2.0.7
1418
win11 24h2 compatibility improvements
1519

1620
v2.0.6
1721
win11 24h2/25h2 compatibility improvements
18-
rtls updated
22+
RTLs updated
1923

2024
v2.0.5
2125
added Pnp manager callbacks
@@ -24,10 +28,10 @@ win11 22h2/23h2/24h2 compatibility improvements
2428
v2.0.4
2529
win11 23h2 compatibility
2630
win11+ 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

3236
v2.0.3
3337
recent win11 compatibility improvements
@@ -51,54 +55,54 @@ added program statistics (see Help->Statistics)
5155
added legend window description for process list
5256
added ability to fix image sections for dumped drivers
5357
added 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
5559
drivers 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
6165
help file updated with drivers and symbols usage
62-
internal rearrange and minor UI changes
66+
internal rearrangement and minor UI changes
6367

6468
v1.9.3
6569
updated SeCiCallbacks search for newest Windows versions
6670
added 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
6973
support for various kernel driver helpers
7074
ported to msvc 2022 (with backward compatibility to 2019)
7175
bugfixes
72-
rtls updated
76+
RTLs updated
7377

7478
v1.9.2
7579
more Win10/11 21h2 compatibility changes
7680
added 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)
7882
added coalescing callbacks to callbacks list
7983
various 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

8488
v1.9.1
8589
21h2 compatibility improvements
86-
rtls updated
90+
RTLs updated
8791

8892
v1.9.0
8993
added Section object structured dump
9094
added ALPC port connections list (similar to !alpc /lpc windbg command)
9195
added MmUnloadedDrivers list
9296
added 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

96100
v1.8.8
97-
internal rearrange
101+
internal rearrangement
98102
view security for alpc ports (most of them)
99103
security 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
102106
various minor UI changes
103107
21h1 compatibility improvements
104108

@@ -110,38 +114,38 @@ plugins system extended and upgraded to support context plugins
110114
added imagescope plugin for section object types backed by imagefile
111115
added plugins viewer
112116
various 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

117121
v1.8.6
118122
reimplemented directory object dump to output more data
119123
added 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

125129
v1.8.5
126-
fix object cookie
127-
add error log
130+
fixed object cookie
131+
added error log
128132
20h1/20h2 compatibility improvements
129133

130134
v1.8.4
131135
support of additional helper driver
132-
fix Windows 7 regressions
136+
fixed Windows 7 regressions
133137

134138
v1.8.3
135-
internal rearrange
139+
internal rearrangement
136140
ported 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

139143
v1.8.2
140144
added Token object properties
141145
added 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
145149
corrected typo in DebugObject description
146150
more 20H1 support changes
147151
various minor changes
@@ -160,7 +164,7 @@ added ApiSetView plugin - ApiSetSchema viewer (supported v2, v4, v6)
160164
v1.7.4
161165
added software licensing cache view (extras)
162166
resolve 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
164168
added refresh (f5) for private namespace dialog
165169

166170
v1.7.3
@@ -177,7 +181,7 @@ added and updated more object type descriptions
177181

178182
v1.7.1
179183
SeCiCallbacks/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
181185
fixed regression added in 1.7.0
182186
treelist updated
183187

@@ -193,15 +197,15 @@ reimplemented service tables extraction code
193197
v1.6.0
194198
ported to msvc 2017 (with backward compatibility to 2015)
195199
reimplemented private namespaces lookup
196-
object directory dump reflect Win10 changes
200+
object directory dump reflects Win10 changes
197201
added alpc port dump and additional dialog
198202
treelist control updated
199203
private namespaces dialog updated
200204
usershareddata 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
203207
multiple Wine Staging fixes
204-
rtls updated
208+
RTLs updated
205209

206210
v1.5.5
207211
tweaked PTL display
@@ -213,7 +217,7 @@ v1.5.3
213217
OpenWindowStation fix
214218

215219
v1.5.2
216-
internal rearrange
220+
internal rearrangement
217221

218222
v1.5.1
219223
bugfixes
@@ -225,30 +229,30 @@ added file properties for drivers (menu -> extras -> Drivers)
225229
added FltConnectionPort object dump
226230
switched to hde instead of ldasm
227231
fixed Wine behavior along with some bugs
228-
rtls updated, switched to VS2015 U3
232+
RTLs updated, switched to VS2015 U3
229233
note: 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
232236
drivers list and dump (menu -> extras)
233237
kiservicetable dump for all supported Windows versions
234238
some code revision and corrections
235239

236-
v 1.3.0
240+
v1.3.0
237241
official support for Windows 10
238242
private namespaces (menu -> extras)
239243

240-
v 1.2.0
244+
v1.2.0
241245
added KUSER_SHARED_DATA dump (menu -> extras)
242246
code revision and corrections
243247
ported to msvc 2015
244248

245-
v 1.1.0
249+
v1.1.0
246250
added popup menu for Process page
247251
added file properties dialog for Process page
248252
added descriptions for more object types
249253
added named pipes dialog (menu -> extras)
250254
added information for IoCompletion object type, including structured object body dump2
251255
some code revision and corrections
252256

253-
v 1.0.0 (Feb 23, 2015)
257+
v1.0.0 (Feb 23, 2015)
254258
initial release

0 commit comments

Comments
 (0)