Skip to content

Experimental PoC for unhooking API functions using in-memory patching, without VirtualProtect, for one specific EDR.

Notifications You must be signed in to change notification settings

inb1ts/birdnet-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

birdnet-poc

Experimental PoC for unhooking API functions using in-memory patching, without VirtualProtect, for one specific EDR.

Accompanying blog post: https://inbits-sec.com/posts/in-memory-unhooking/

Brief Overview

The PoC covers an approach to unhooking Crowdstrike Falcon hooks in NTDLL. It does this by finding the relocated syscall stub, and then finding a specific heap location through in-memory disassembly in order to patch a jump and bypass the hook.

About

Experimental PoC for unhooking API functions using in-memory patching, without VirtualProtect, for one specific EDR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published