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
test_dsp_r1_main.c (63B)
1
#include<stdio.h>
2
3
int main()
4
{
5
printf("hello world\n");
6
}