1 2 3 4 5 6
#include <stdio.h> int main(void) { printf("I could be a dangerous payload ..\n"); return 0x66; }