https://github.com/davidbuchanan314/rsyscall-lkm
rsyscall is a dirty hack that allows you to execute syscalls in the context of another Linux process. M̶a̶y̶ Will explode your kernel.
https://github.com/davidbuchanan314/rsyscall-lkm
Last synced: 2 months ago
JSON representation
rsyscall is a dirty hack that allows you to execute syscalls in the context of another Linux process. M̶a̶y̶ Will explode your kernel.
- Host: GitHub
- URL: https://github.com/davidbuchanan314/rsyscall-lkm
- Owner: DavidBuchanan314
- License: mit
- Created: 2019-12-30T19:38:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T21:23:21.000Z (over 5 years ago)
- Last Synced: 2025-02-12T20:48:30.726Z (2 months ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# !!! WIP - Will probably crash your kernel !!!
I'll get some cool demos working soon...# rsyscall-lkm
rsyscall allows you to execute syscalls in the context of another Linux process.