Windiff Versions Save

Web-based tool that allows comparing symbol, type and syscall information of Microsoft Windows binaries across different versions of the OS.

v1.3.1

1 month ago

[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

10 months ago

[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

10 months ago

[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

11 months ago

[1.2.0] - 2023-06-18

Added

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

v1.1.0

11 months ago

[1.1.0] - 2023-06-17

Added

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

v1.0.0

11 months ago

[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