Skip to content

Release Notes - 3.3.7

Compare
Choose a tag to compare
@dahall dahall released this 24 Mar 15:02
· 1332 commits to master since this release

Fixes

  • Use explicit framework reference rather than TFM -windows. (#212). This reduces package sizes by up to 70%. Thanks to @NN--- for identifying problem and providing fix.
  • Fixed bug in ReadOnlyPropertyStore.TryGetValue (#219)

Additions

  • Cleaned, updated all NtDll parameter attributes and added overloads where required (#220).
  • Separated out UNICODE_STRING structures and functions and added a SafeUNICODE_STRING class that abstracts process specific memory access and layout.
  • Added marshaler to handle strings replacing UNICODE_STRING
  • Added HPROCESS.IsWow64() extension method