cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

hello.c (113B)


      1#include <stdio.h>
      2
      3int syscall_enter(openat)(void *args)
      4{
      5	puts("Hello, world\n");
      6	return 0;
      7}
      8
      9license(GPL);