https://github.com/processust/enumssn
Enumerate SSN (System Service Numbers or Syscall ID) and syscall instruction address in ntdll module by parsing the PEB of the current process
https://github.com/processust/enumssn
Last synced: 10 months ago
JSON representation
Enumerate SSN (System Service Numbers or Syscall ID) and syscall instruction address in ntdll module by parsing the PEB of the current process
- Host: GitHub
- URL: https://github.com/processust/enumssn
- Owner: ProcessusT
- Created: 2024-01-28T09:48:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T09:49:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T08:01:33.513Z (10 months ago)
- Language: C++
- Size: 136 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EnumSSN
Enumerate SSN (System Service Numbers or Syscall ID) and syscall instruction return address in ntdll module by parsing the PEB of the current process (no use of GetModuleHandleA and GetProcAddress).
## Objectives
You can use the exported SSN and syscall instruction return address through indirect syscall script