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
- Host: GitHub
- URL: https://github.com/dutchpsycho/syscall-dumper
- Owner: dutchpsycho
- Created: 2024-11-16T18:08:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:23:18.000Z (over 1 year ago)
- Last Synced: 2025-02-02T08:20:56.020Z (about 1 year ago)
- Topics: call-dumper, dumper, edr-evasion, syscall, syscall-dumper
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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