Skip to content

Commit d618c01

Browse files
committed
chore: Add release note
1 parent ac966b4 commit d618c01

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ A fully Rust rewrite of defendnot, 100% compatible with the original [C++ versio
3838
--on-login Schedule autorun on login (default: on boot)
3939
```
4040

41+
When you encounter an error and need feedback, you can download the **Debug** version, which will generate logs in `C:/Windows/Temp/defender-rs-log.txt`
42+
4143
## How It Works
4244

4345
Windows Security Center (WSC) allows third-party AV/AS to register themselves. When Defender detects another AV/AS registered, it disables itself. defender-rs communicates with WSC via COM, registering a custom AV/AS product so Defender enters "protected" state.

Release.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ A fully Rust rewrite of defendnot, 100% compatible with the original [C++ versio
1212

1313
Defender will flag/block the binaries. Please temporarily disable Defender real-time/tamper protection or add an exclusion before use.
1414

15-
The first public release!
15+
**Abstract:**
16+
17+
- Return directly when an injection fails to avoid creating an invalid scheduled task
18+
- Added binaries in debug mode, which will generate logs in `C:/Windows/Temp/defender-rs-log.txt` when errors occur

0 commit comments

Comments
 (0)