Skip to content

Instantly share code, notes, and snippets.

@ZakomakotheZBH
Forked from anubhavshrimal/userspace.c
Last active April 6, 2026 22:14
Show Gist options
  • Select an option

  • Save ZakomakotheZBH/f7b812957a0dd14ac7e923cb76fd13c9 to your computer and use it in GitHub Desktop.

Select an option

Save ZakomakotheZBH/f7b812957a0dd14ac7e923cb76fd13c9 to your computer and use it in GitHub Desktop.
Kernel for Zewlinux
#include <stdio.h>
#include <linux/kernel.h>
#include <sys/syscall.h>
#include <unistd.h>
int main()
{
long int amma = syscall(548);
printf("RANDOMCALLZEW %ld\n", amma);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment