Skip to content

Instantly share code, notes, and snippets.

@JosefVesely
Last active February 3, 2024 15:51
Show Gist options
  • Save JosefVesely/a2d757215c1386817bb43641384a17e2 to your computer and use it in GitHub Desktop.
Save JosefVesely/a2d757215c1386817bb43641384a17e2 to your computer and use it in GitHub Desktop.
Obfuscated C code
#include<stdio.h>
main(){char*a="$##%#%#%#%$#######%#%#&######%#$$$########%###%#$%#%#%#%##$";
int b=0,c=b,d=c,e;for(;59>d;d++,b^=7){for(e=0;e<d[a]-34;e++,++c){
if(!(c%19))puts("");putchar(b?64:32);}}}
@JosefVesely
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment