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

https://github.com/dutchpsycho/syscall-dumper

Clean SSN (syscall) dumper designed to evade EDR & AV hooks
https://github.com/dutchpsycho/syscall-dumper

call-dumper dumper edr-evasion syscall syscall-dumper

Last synced: about 1 year ago
JSON representation

Clean SSN (syscall) dumper designed to evade EDR & AV hooks

Awesome Lists containing this project

README

          

### Syscall Dumper

A simple tool to aid you with extracting clean SSN's

### Features:
- Dumps all SSN's (syscalls) on the system
- Avoids Usermode hooks by xrefing Exception Dir & mapping to private mem
- Built using C++20 and can be compiled with either `clang++`

### Output
- syscall.dat

### Steps to Compile:

#### Using Clang++:
1. Ensure you have **Clang++** installed
2. Run `compile.bat`

### License:
N/A