Files
atomic-red-team/atomics/T1166/hello.c
T
Michael Haag a1b27e0b8b Rest of Mac converted to Yaml
🏠 🔛 🔥
🚒
🔥
🎆
2018-05-25 13:35:29 -04:00

10 lines
148 B
C

#import <stdio.h>
#import <unistd.h>
int main()
{
printf("Hello\n");
sleep(60);
printf("Don't run random binaries!\n");
return 0;
}