Projects in Awesome Lists tagged with syscall
A curated list of projects in awesome lists tagged with syscall .
https://github.com/rdbo/libmem
Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
assembler c c-plus-plus code-injection detour-hook disassembler function-call game-hacking hook library-injection memory process python rust syscall
Last synced: 24 Jan 2026
https://github.com/redox-os/kernel
Mirror of https://gitlab.redox-os.org/redox-os/kernel
linux microkernel plan9 redox rust sel4 syscall
Last synced: 04 Oct 2025
https://github.com/justasmasiulis/inline_syscall
Inline syscalls made easy for windows on clang
assembly cpp17 header-only hooks inline library obfuscation static-analysis syscall syscalls windows x64
Last synced: 13 Apr 2025
https://github.com/yasukata/zpoline
system call hook for Linux
binary-rewriting syscall syscall-hook syscall-hooking system-call tracing
Last synced: 04 Apr 2025
https://github.com/justasmasiulis/nt_wrapper
A wrapper library around native windows sytem APIs
cpp17 low-level malware modern-cpp native-api obfuscation reverse-engineering syscall system windows-internals
Last synced: 06 Apr 2025
https://github.com/Kudaes/LOLBITS
** DISCONTINUED ** C2 framework that uses Background Intelligent Transfer Service (BITS) as communication protocol and Direct Syscalls + Dinvoke for EDR user-mode hooking evasion.
bits csharp dinvoke lolbins python3 reverse-shell syscall windows
Last synced: 11 Jul 2025
https://github.com/mebeim/systrack
📡🐧 Linux kernel syscall implementation tracker
abi automation binary-analysis elf kconfig linux linux-kernel security-research syscall syscall-table syscalls
Last synced: 16 May 2025
https://github.com/annihilatorq/shadow_syscall
windows syscalls with a single line and a high level of abstraction. has modern cpp20 wrappers and utilities, range-based DLL and export enumeration, wrapper around KUSER_SHARED_DATA. supported compilers: clang, gcc and msvc
analysis cpp direct-syscalls export getmodulehandle getprocaddress hashing header-only masm obfuscation reverse-engineering shadow-syscalls shellcode syscall syscalls win-internals
Last synced: 04 Apr 2025
https://github.com/cinit/LibcoreSyscall
A library for loading ELF from memory and/or making Linux syscalls on Android written in pure Java.
android android-library elf-loader fileless fileless-injection fileless-shellcode in-memory-execution jni jni-android libart linux-syscall syscall xposed
Last synced: 06 Apr 2025
https://github.com/cinit/libcoresyscall
A library for loading ELF from memory and/or making Linux syscalls on Android written in pure Java.
android android-library elf-loader fileless fileless-injection fileless-shellcode in-memory-execution jni jni-android libart linux-syscall syscall xposed
Last synced: 05 Apr 2025
https://github.com/polaris64/syswall
Work in progress firewall for Linux syscalls, written in Rust
linux rust security security-tools syscall syscalls
Last synced: 16 May 2025
https://github.com/earthly/setup-ucacher
Installs ucacher (Earthly Universal Caching) in a GHA job
cache ptrace syscall universal
Last synced: 27 Feb 2026
https://github.com/pmem/vltrace
Tool tracing syscalls in a fast way using eBPF linux kernel feature
bcc ebpf ebpf-programs kprobes syscall syscalls tracepoints
Last synced: 09 Jul 2025
https://github.com/nullswan/bpfsnitch
Real-time network & syscall monitoring tool for Linux systems and Kubernetes clusters
ebpf kubernetes monitoring network syscall
Last synced: 07 Apr 2025
https://github.com/falcosecurity/event-generator
Generate a variety of suspect actions that are detected by Falco rulesets
go kubernetes-auditing security security-testing syscall
Last synced: 05 Apr 2025
https://github.com/wookietreiber/strace-analyzer
analyzes strace output
diagnostic linux strace syscall
Last synced: 10 Apr 2025
https://github.com/kara-4search/syscall_shellcodeload_csharp
Load shellcode via syscall
avatar bypass bypass-antivirus bypass-windows-defender csharp redteam shellcode shellcode-loader syscall
Last synced: 15 Jun 2025
https://github.com/inkeliz/go_inkwasm
Faster alternative to `syscall/js`. Code-generated Javascript and Assembly, up to 2x faster than native syscall/js.
go golang syscall wasm webassembly
Last synced: 14 Apr 2025
https://github.com/xfgusta/strace-with-colors
A patch to add colors to the strace output
cli colors linux patch strace syscall system-calls trace
Last synced: 08 Oct 2025
https://github.com/briceburg/fdclose
attach to a process and close a file descriptor
descriptor file-descriptor linux ptrace sysadmin syscall
Last synced: 09 Apr 2025
https://github.com/keowu/instrumentationcallbacktoolkit
A fast method to intercept syscalls from any user-mode process using InstrumentationCallback and detect any process using InstrumentationCallback.
anticheat instrumentation malware nirvana ntoskrnl reverse-engineering syscall windows
Last synced: 06 Mar 2025
https://github.com/vkobel/linux-syscall-hook-rootkit
Simple kernel module that hooks the `execve` syscall and waits for `date` to be executed with the `backd00r` argument followed by a PID number, elevating it to root credentials.
fun hook kernel-module linux-kernel rootkit syscall
Last synced: 28 Aug 2025
https://github.com/bucanero/ps3mapi-lib
PS3 MANAGER API
homebrew ps3 ps3-cfw syscall vsh-plugins
Last synced: 10 Apr 2025
https://github.com/blaind/hstrace
Syscall tracing CLI & library made in Rust
cli command-line command-line-tool rust rust-crate strace syscall syscalls tracing
Last synced: 05 May 2025
https://github.com/evian-zhang/introduction-to-linux-x86_64-syscall
Linux x86_64系统调用简介(长线更新中)
Last synced: 26 Mar 2025
https://github.com/tklauser/statx
Report file status using the Linux statx(2) syscall
Last synced: 10 Apr 2025
https://github.com/dutchpsycho/activebreach-engine
Dynamic Syscall Dispatch & Execution Framework, Bypassing Usermode hooks & Kernel protections (Win10/11x64)
anti-debug anticheat detours dispatcher edr-evasion hook-bypass hooking-framework lotl malware-research minhook ntdll offensive-security red-team syscall syscall-proxy windows-internals winternals
Last synced: 24 Apr 2025
https://github.com/pithase/asm-payloads-loaders
Desarrollo paso a paso de cargadores de payloads, escritos exclusivamente en lenguaje Ensamblador x86-64 para Linux, sin dependencias externas y utilizando solo syscalls. | Step-by-step development of payload loaders, written exclusively in x86-64 Assembly for Linux, with no external dependencies and using only syscalls.
assembly binary-exploitation exploit-development linux loader-development low-level offensive-security payload-development red-teaming shellcode-development syscall x86-64
Last synced: 13 Sep 2025
https://github.com/overfl0/iojack
Hijack (covertly) stdin/stdout of any ptraceable process in the system by ptracing them and messing with their system calls' parameters and return values.
c-plus-plus interception ptrace syscall
Last synced: 03 May 2025
https://github.com/contresis/syscall_extractor
Small script to generate a list of syscalls from a vmlinux ELF image
Last synced: 01 May 2025
https://github.com/valen-h/admin-panel-ii
A process admin panel with support for WebDAV and CLI commands (& websockets etc...)
admin commands panel socket-io syscall typescript vale-server-ii webdav ws
Last synced: 08 Apr 2025
https://github.com/objectionary/eo-sys
EO Objects Interacting with Operating System Level
Last synced: 01 May 2025
https://github.com/jjtech0130/swift-raw-syscall
Raw syscalls, in pure Swift!
Last synced: 12 Apr 2025
https://github.com/samuelselasi/alx-low_level_programming
ALX Low Level Programming (C)
alx-low-level-programming argc-argv c data-structures doubly-linked-list function-pointers functions linked-list loops malloc-free pointers-and-arrays preprocessor recursion reverse-engineering shell static-libraries structures-c syscall typedef variadic-function
Last synced: 16 Jul 2025
https://github.com/abhinav-kumar012/olms
online library management system
c-language file-handling-in-c file-locking linux logging make multithreading os socket-programming syscall
Last synced: 16 Jan 2026
https://github.com/thebigcicca/HiddenGhost
HiddenGhost is an new solution for find system call table with support for 5.7x kernels +
linux-kernel-hacking linux-kernel-module linux-rootkit lkm lkm-rootkit rootkit syscall syscall-hook syscalls
Last synced: 08 May 2025
https://github.com/thebigcicca/hiddenghost
HiddenGhost is an new solution for find system call table with support for 5.7x kernels +
linux-kernel-hacking linux-kernel-module linux-rootkit lkm lkm-rootkit rootkit syscall syscall-hook syscalls
Last synced: 23 Aug 2025
https://github.com/basemax/c-nostdlib-assembly
We define own _start point without using GLIBC runtime library using Assembly. (x86_64 and i386)
assembly assembly-8086 assembly-x64 assembly-x86 c syscall syscalls
Last synced: 25 Aug 2025
https://github.com/mohamed-mostafaaa/alx-system_engineering-devops
I'm now a ALX Student, this is my system engineering devops
api back-end bash devops scripting shell-script syscall
Last synced: 26 Jan 2026
https://github.com/ldorau/strace.ebpf
Tool tracing syscalls in a fast way using eBPF linux kernel feature
bcc ebpf ebpf-programs kprobes syscall syscalls tracepoints
Last synced: 12 Apr 2025
https://github.com/b1tg/syscall-finder
Find Windows syscall numbers from ntdll.dll
ntdll reverse-engineering syscall windows
Last synced: 19 Sep 2025
https://github.com/mnito/charmine
Terminal game experiment
characters golang ioctl syscall terminal-game termios
Last synced: 25 Mar 2025
https://github.com/somajitdey/f_
A KISS library for extending standard Fortran in a portable way
fortran fortran-library fortran-modules library posix stdlib syscall syscalls system systemcall systemcalls utility utility-library
Last synced: 08 Jan 2026
https://github.com/borislavv/go-mmap
Comfortable implementation of mmap api in golang.
efficiency golang mmap reading-files syscall
Last synced: 06 Feb 2026
https://github.com/im-razvan/ntdllsyscalldumper
A minimal C++ tool to extract syscall IDs from ntdll.dll on Windows x64 systems.
Last synced: 22 Mar 2025
https://github.com/malbolgee/proto-terminal-so
Proto-terminal para a matéria de Sistemas Operacionais. O terminal aceita pipe, redirecionamento de entrada e saída, além de mistura entre esses modificadores. Para mais informações, ler a documentação.
c file fork kernel linux linux-shell operating-systems parser pipe pipes redirection-operators shell syscall
Last synced: 14 Mar 2025
https://github.com/seantolstoyevski/talker
Golang binding for Tolk
go golang-wrapper screen-reader screen-reader-api screen-readers syscall
Last synced: 22 Aug 2025
https://github.com/0xflux/gosneak
DLL injector POC written currently in C++ to be wrapped with Go and CGO.
dll-injection dll-injector malware-research syscall syscalls
Last synced: 15 Mar 2025
https://github.com/seekbytes/oslab
Documentation for OS Class [LAB part] UniVR 2021-2022
hugo hugo-site hugo-theme os osdev syscall univr
Last synced: 01 Apr 2025
https://github.com/vic37get/gerenciamentoprocessoslinux
:closed_book::scroll: Implementação gerenciamento de processos no Linux
c chamadas-sistema chamdas gerenciamento linux process-manager processos syscall
Last synced: 05 Sep 2025
https://github.com/baskiton/pysetns
Python wrapper for setns Linux syscall
linux linux-app linux-kernel namespace python python3 setns syscall
Last synced: 02 Feb 2026
https://github.com/yousifabozid/alx-system_engineering-devops
Shell , Bash, Syscall, Scripting
alx alx-africa alx-system-engineering bash do-hard-things scripting shell syscall
Last synced: 07 Apr 2025
https://github.com/rizasghari/basic_syscall_webserver
Basic http web server implementation with GoLang from scratch using syscall standard package
go golang http network-programming syscall system-programming webserver
Last synced: 06 Mar 2025
https://github.com/tvroi/ebpf-docker-build-monitor
eBPF-based monitor for detecting suspicious activity during Docker image builds
c2-detection container-security dependency-injection devsecops docker-build docker-security ebpf runtime-monitoring syscall
Last synced: 12 Jun 2025
https://github.com/torahappy/syscall-asobi
Calling native syscalls inside Wine
32bit black-magic blackmagic counter macos macosx safari syscall syscalls systemcall systemcalls wine
Last synced: 30 Aug 2025
https://github.com/sambacha/nixzer
Syscall based codemod to convert ansible and bash to nix, correctly?
ansible bash codemod flakes nix nixos nixos-flake syscall
Last synced: 17 Aug 2025
https://github.com/osiota10/simple_shell
ALX Software Engineering group project work
bash c linux posix shell shell-scripts syscall unix
Last synced: 07 Aug 2025
https://github.com/dutchpsycho/sysquanta
NextGen ActiveBreach/SysWhispers/HellsGate — Enterprise-grade syscall bridge for red teams. Executes from ntdll prologues, evades EDR/AV
edr-bypass maldev memory-manipulation redteam reverseengineering rop rop-chain syscall syswhisper winternals
Last synced: 09 Aug 2025
https://github.com/willibrandon/windowsservice
Pure Go Windows service implementation with zero dependencies
go golang scm service service-manager syscall win32 windows windows-api windows-service
Last synced: 24 Jul 2025
https://github.com/joseladiods/linux-asm-polymorphic-payloads
Explore the world of polymorphism with step-by-step guides on creating polymorphic loaders and payloads in x86-64 Assembly for Linux. Each example includes detailed explanations to enhance your understanding of both polymorphic techniques and Assembly language. 🐙💻
assembly binary-exploitation cipher exploit-development linux loader-development low-level offensive-security payload-development polimorphism polymorphic red-teaming shellcode-development syscall x86-64
Last synced: 23 Jun 2025
https://github.com/dutchpsycho/SysQuanta
NextGen ActiveBreach/SysWhispers/HellsGate — Enterprise-grade syscall bridge for red teams. Executes from ntdll prologues, evades EDR/AV
edr-bypass maldev memory-manipulation redteam reverseengineering rop rop-chain syscall syswhisper winternals
Last synced: 21 Jun 2025
https://github.com/dutchpsycho/syscall-dumper
Clean SSN (syscall) dumper designed to evade EDR & AV hooks
call-dumper dumper edr-evasion syscall syscall-dumper
Last synced: 28 Mar 2025
https://github.com/szsolt0/thesis
BSc thesis on Linux kernel sandboxing with Landlock & seccomp
bsc-thesis cpp gemakszd1-bp-b2 landlock linux linux-kernel resource-isolation sandbox seccomp seccomp-bpf seccomp-filter security syscall systems-programming
Last synced: 15 Dec 2025
https://github.com/glasswalk3r/linux-nfs-bigdir
Perl module to quickly read a large number of entries from directories under NFS
linux nfs-client perl5 syscall
Last synced: 22 Oct 2025
https://github.com/papo1011/os161
Lightweight educational operating system
c kernel operating-system os os161 paging syscall virtual-memory
Last synced: 25 Mar 2025