Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SaadAhla/UnhookingPatch

Bypass EDR Hooks by patching NT API stub, and resolving SSNs and syscall instructions at runtime
https://github.com/SaadAhla/UnhookingPatch

Last synced: about 2 months ago
JSON representation

Bypass EDR Hooks by patching NT API stub, and resolving SSNs and syscall instructions at runtime

Awesome Lists containing this project

README

        

# UnhookingPatch
Bypass EDR Hooks by patching NT API stub, and resolving SSNs and syscall instructions at runtime

![image](https://raw.githubusercontent.com/illegal-instruction-co/UnhookingPatch/main/assets/view.jpg)

## How do i convert binary to MAC ?

Requirements:
1. macaddress

```
pip install macaddress
./bin2mac.py calc.bin
```