Skip to content

Defender-rs Release Build.v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 04:14
· 16 commits to main since this release

Defender-rs Build.v0.1.0

An even funnier way to disable Windows Defender.

A fully Rust rewrite of defendnot, 100% compatible with the original C++ version. You can use the Rust loader to inject the C++ DLL, or the C++ loader to inject the Rust DLL.

  • Register/unregister custom AV/AS to Windows Security Center (WSC)
  • Automatic scheduled task for persistence (boot/login)
  • Minimal (Just 300kb), dependency-free

Note:

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

The first public release!

What's Changed

  • feat: Add ci for our first release by @fontlos (#1)