cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

check_hello.c (88B)


      1#include <stdio.h>
      2#include <stdlib.h>
      3int main ()
      4{
      5  printf ("pass\n");
      6  exit (0);
      7}