SkillAgentSearch skills...

STFUEDR

Silence EDRs by removing kernel callbacks

Install / Use

/learn @lawiet47/STFUEDR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

STFUEDR

Silence EDRs by removing kernel callbacks

A lot of modern AV/EDR technologies monitor process/thread creation events by registering PspSetXXXXNotifyRoutine callback. This code checks for popular EDR/AV driver names and removes them from PspSetXXXXNotifyRoutine callback array. To do so the code checks for a byte pattern that occurs before jmp PspSetXXXXNotifyRoutine instructions. The byte pattern differs among windows versions, so this code aims to cover all of them.

Everything is already greatly explained

here: https://www.redcursor.com.au/blog/bypassing-lsa-protection-aka-protected-process-light-without-mimikatz-on-windows-10 and

here: https://www.youtube.com/watch?v=85H4RvPGIX4

The original exploit code: https://br-sn.github.io/Removing-Kernel-Callbacks-Using-Signed-Drivers/

Related Skills

View on GitHub
GitHub Stars239
CategoryDevelopment
Updated3d ago
Forks46

Languages

C++

Security Score

80/100

Audited on Apr 1, 2026

No findings