#include #include int loadme (void){ printf("Catch me if you can !\n"); exit(0); } int main(void){ printf("WELCOME TO REVERSE ENGINGEERING BY ENCIPHERS\n"); return 0; }