Skip to content

Commit 77de044

Browse files
committed
README Updated
1 parent ae12449 commit 77de044

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,21 +112,21 @@ The autodiff command streamlines patch analysis by automatically fetching binari
112112
```sh
113113
diffrays autodiff --cve CVE-2025-29824
114114
```
115-
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.
115+
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.
119119
120120
**Example 2: Run by File + Month**
121121
122122
```sh
123123
diffrays autodiff -f clfs.sys -m 2025-09
124124
```
125125
126-
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).
126+
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).
130130
131131
132132
### ⚙️ Manual Binary Diffing

0 commit comments

Comments
 (0)