You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,10 +112,11 @@ The autodiff command streamlines patch analysis by automatically fetching binari
112
112
```sh
113
113
diffrays autodiff --cve CVE-2025-29824
114
114
```
115
+
115
116
This will:
116
-
- Automatically locate vulnerable and patched binaries related to the CVE with the help of [Winbindex](https://winbindex.m417z.com/).
117
-
- Run the diff engine.
118
-
- Generate a results database.
117
+
- Automatically locate vulnerable and patched binaries related to the CVE with the help of [Winbindex](https://winbindex.m417z.com/).
118
+
- Run the diff engine.
119
+
- Generate a results database.
119
120
120
121
**Example 2: Run by File + Month**
121
122
@@ -124,9 +125,9 @@ This will:
124
125
```
125
126
126
127
This will:
127
-
- Download `clfs.sys` from the September 2025 update.
128
-
- Locate its prior version and run a diff automatically.
129
-
- Provide a fallback when `--cve` doesn’t correctly identify the vulnerable component (which can happen if the CVE affects multiple binaries or metadata is incomplete).
128
+
- Download `clfs.sys` from the September 2025 update.
129
+
- Locate its prior version and run a diff automatically.
130
+
- Provide a fallback when `--cve` doesn’t correctly identify the vulnerable component (which can happen if the CVE affects multiple binaries or metadata is incomplete).
0 commit comments