Skip to content

Releases: ergrelet/windiff

v1.3.1

18 Apr 22:31
Compare
Choose a tag to compare

[1.3.1] - 2024-04-19

Fixed

  • Properly extract BASE OS versions from 'otherWindowsVersions' fields

Changed

  • Bump resym_core to version 0.4.0

v1.3.0

09 Jul 13:10
Compare
Choose a tag to compare

[1.3.0] - 2023-07-09

Added

  • Ability to fetch Insider Preview updates for Windows 11

Changed

  • Show OS build numbers for OS updates (instead of the KB number for KB updates)

v1.2.1

24 Jun 22:09
Compare
Choose a tag to compare

[1.2.1] - 2023-06-24

Added

  • Command-line option to configure concurrent downloads in windiff_cli

Fixed

  • Improve symbol extraction efficiency

v1.2.0

18 Jun 20:39
Compare
Choose a tag to compare

[1.2.0] - 2023-06-18

Added

  • Syscalls extraction (IDs and names) from ntoskrnl.exe and win32k.sys

v1.1.0

17 Jun 18:39
Compare
Choose a tag to compare

[1.1.0] - 2023-06-17

Added

  • Syscalls extraction (IDs and names) from ntdll.dll and win32u.dll

v1.0.0

28 May 14:39
Compare
Choose a tag to compare

[1.0.0] - 2023-05-28

Added

  • Exported symbols extraction (from PEs)
  • Debug symbols extraction (from PDBs)
  • Modules extraction (from PDBs)
  • Types extraction (from PDBs)
  • Support for amd64 and arm64 PEs