Skip to content

Instantly share code, notes, and snippets.

View ahmz1833's full-sized avatar
๐Ÿ™‚

AH MZ ahmz1833

๐Ÿ™‚
View GitHub Profile
@ahmz1833
ahmz1833 / tester.c
Last active December 31, 2025 12:36
Student Test Code for CSL-2025 (Exercise 7 - Q5 for Dr. Asadi and Exercise 2 - Q4 for Dr. Jahangir)
/* * STUDENT TESTER
* This simulates the hardware blindly.
* Use this to verify your logic locally.
*/
#define _GNU_SOURCE
#include <sys/ptrace.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/user.h>
#include <sys/uio.h>