system-calls
There are 267 repositories under system-calls topic.
ivan-sincek/invoker
Penetration testing utility and antivirus assessment tool.
matheusmoreira/liblinux
Linux system calls.
alegrey91/harpoon
🔍 Trace syscalls from user-space functions, by using eBPF
dyjakan/osx-syscalls-list
Fish for BSD system calls and MACH traps inside of XNU ✌️
mishal23/os-lab
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
bediger4000/userlandexec
userland exec for Linux x86_64
GJDuck/e9syscall
A system call interception tool
HawxChen/Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
xfgusta/strace-with-colors
A patch to add colors to the strace output
d-tsuji/ttycopy
A tool scanning other terminal.
NtMalDetect/NtMalDetect
Open source malware detection program using machine learning algorithms on system call traces.
theculguy0099/CosmoShell
A C-Powered Cosmic Command-Line Interface for Linux
devendranaga/gists
linux programming book examples
a-anurag27/xv6
This repository gives the complete description of adding system calls to the xv6 kernel.
edigaryev/awesome-system-calls
A categorized list of system calls used by popular Unix-like operating systems
pockemon/Operating-systems--LAB
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
cxy1997/Android-Kernel-Hacking
SJTU-CS356-Projects
marcotessarotto/exOpSys
classroom exercises for 'Operating Systems' course
reverseame/winapi-categories
Windows API (WinAPI) functions and system calls with categories in JSON format, including arguments (SAL notation) and more.
Rohan-s18/CSDS338_Lab
Repository for the CSDS 338 (Intro to Operating Systems) Lab for Case Western Reserve University designed by me :)
Shruthi-Sivagnanam/Os-Concepts
Basic operating system concepts in c language.
edydfang/UW-Madison-CS537
Operating System Projects
Lexxyla/simple_shell
A simple UNIX command interpreter making as a final project of the low-level programming and algorithm quarter at ALX school of software engineering by Ella and Alexxy
yadu007/Basic-Unix-Commands-Implementation
Implementation of some Linux commands using system callls
Adebayo-S/alx-low_level_programming
💾 Low level programming projects repository. Done at @ALXAfrica-Holberton School
AshiqAR/Operating-Systems-Lab-S4-KTU
OS Lab Programs S4 KTU
Demkeys/x86_64AssemblyATTGASExamples
x86_64 Assembly examples written in AT&T GAS Syntax.
Priyansh19077/Linux-Terminal-Clone
Linux terminal clone. Supports 5 internal commands: cd, history, echo, exit, pwd, and 5 external commands: ls, cat, date, rm, mkdir
iamjatinchauhan/OS-Programs
OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.
Shahriar-0/Operating-System-Lab-Projects-S2024
Extended xv6 operating system with new console shortcuts and command history, new system calls, BJF and RR and LCFS scheduling, new synchronization methods like priority lock, shared memory
amiryeshurun/windows-syscalls-introspection
A Windows driver that overrides the SSDT to hook NT system calls
erfanghasemi/XV6_OS
XV6 is a simple Operating system created by MIT. In this project, we decided to create some syscalls and make a change in the Scheduling policy. We add Round-Robin Policy with different Quantum, Priority Policy, and multilevel queue.
Floofies/HzKernel
On hold until further notice. Uses HertzScript coroutines to implement preemptively multitasked JavaScript Green threads.
Yeaseen/SysCallImplementationOs
A c++ implementation of making bin file for a c file using system calls internally. This program averse creating a command line and to activate that from any location in the linux terminal
shauryashekhar/CS-537-Operating-Systems
7 Programming Assignments as part of CS 537 (Operating Systems) at UW Madison
venkideshVenu/S4-Operating-System-Lab-2019-Scheme-KTU-
Repository for the S4 Operating System Lab (2019 Scheme) at Kerala Technological University (KTU), featuring practical experiments on OS concepts like process management, memory management, file systems, and more.