Skip to content

Commit 2d268c9

Browse files
committed
Update README and CHANGELOG
1 parent ef2c739 commit 2d268c9

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Ability to fetch Insider Preview updates for Windows 11
13+
1014
## [1.2.1] - 2023-06-24
1115

1216
### Added

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
## About
44

55
WinDiff is an open-source web-based tool that allows browsing and comparing
6-
symbol and type information of Microsoft Windows binaries across different
7-
versions of the operating system. The binary database is automatically updated
8-
to include information from the latest Windows updates.
6+
symbol, type and syscall information of Microsoft Windows binaries across
7+
different versions of the operating system. The binary database is automatically
8+
updated to include information from the latest Windows updates (including
9+
Insider Preview).
910

1011
It was inspired by [ntdiff](https://github.com/ntdiff/ntdiff) and made possible
1112
with the help of [Winbindex](https://github.com/m417z/winbindex).
@@ -34,13 +35,14 @@ between versions. The frontend's code is in the `windiff_frontend` directory.
3435
A scheduled GitHub action fetches new updates from `Winbindex` every day and
3536
updates the configuration file used to generate the live version of WinDiff.
3637
Currently, because of (free plans) storage and compute limitations, **only KB**
37-
**updates less than one year old are kept** for the live version. You can of
38-
course rebuild a local version of WinDiff yourself, without those limitations if
39-
you need to. See the next section for that.
38+
**and Insider Preview updates less than one year old are kept** for the live
39+
version. You can of course rebuild a local version of WinDiff yourself, without
40+
those limitations if you need to. See the next section for that.
4041

4142
Note: `Winbindex` doesn't provide unique download links for 100% of the indexed
4243
files, so it might happen that some PEs' information are unavailable in WinDiff
43-
because of that. However, as soon as these PEs are on VirusTotal, these will be
44+
because of that. However, as soon as these PEs are on VirusTotal, `Winbindex`
45+
will be able to provide unique download links for them and they will then be
4446
integrated into WinDiff automatically.
4547

4648
## How to Build

0 commit comments

Comments
 (0)