MCPcopy Create free account
hub / github.com/TwoSevenOneT/EDR-Freeze

github.com/TwoSevenOneT/EDR-Freeze @v1.0-745525c

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0-745525c ↗ · + Follow
20 symbols 28 edges 5 files 1 documented · 5% updated 52d agov1.0-337cf4e · 2026-05-23★ 8554 open issues

Browse by type

Functions 16 Types & classes 4
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

EDR-Freeze

This is a tool that exploits the software vulnerability of WerFaultSecure to suspend the processes of EDRs and antimalware without needing to use the BYOVD (Bring Your Own Vulnerable Driver) attack method.

EDR-Freeze operates in user mode, so you don't need to install any additional drivers. It can run on the latest version of Windows.

The experiment was conducted with the latest version of Windows at the time of the project creation: Windows 11 24H2

Command Line Syntax

EDR-Freeze.exe [TargetPID] [SleepTime]

Example: EDR-Freeze.exe 1234 10000

Freeze the target for 10000 milliseconds

Links

EDR-Freeze: A Tool That Puts EDRs And Antivirus Into A Coma State

Tool to run process with PPL without driver

Demo Video

Youtube: https://www.youtube.com/watch?v=vFcbE94qD70

How to Use EDR-Freeze Effectively

Instead of running EDR-Freeze with a long sleep duration, you should incorporate it into a script with the following steps:

  1. Temporarily halt all Antimalware/EDR processes for a short period (1-3 seconds).
  2. Execute tasks immediately after a successful suspension.

Since the GUI may become unresponsive in some cases, you should choose the shortest sleep time possible. Just make sure that the script executions are completed before the Antimalware/EDR resumes.

Alternatively, it's best to insert the code you want to execute directly into the source code of EDR-Freeze:

Insert code

☕ Like what I do? You can fuel my creativity with a coffee!

Buy Me A Coffee

READING

Some books you should read to sharpen your cybersecurity skills, especially in offensive security:

Books on Programming and Cybersecurity recommended by Zero Salarium Researchers

Author:

Two Seven One Three

Core symbols most depended-on inside this repo

Shape

Function 9
Method 7
Class 4

Languages

C++100%

Modules by API surface

ProcessMisc.cpp6 symbols
PPLHelp.cpp5 symbols
EDR-Freeze.cpp4 symbols
PPLHelp.h3 symbols
ProcessMisc.h2 symbols

For agents

$ claude mcp add EDR-Freeze \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page