index
:
CPUX86Sec
master
An incomplete x86_64 security-purposed emulator in C++.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
/
test.c
blob: 370344e94e94849ae86cbd5413ba2773589305db (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int main(void){ printf("Hello!"); return 0; }