http://hn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/stories/33852825
A C program that reverse engineered itself by reading its own machine code is also not a quibe, to be clear. bitofhope 3y I'll argue for it not being cheating in this case. Consider this C quine: #include <stdio.h>
int main(int c,char** v){char*s="#include <stdio.h>%cint main(int c,char** v){char*s=%c%s%c;printf(s,10,34,s,34,10);}%c";printf(s,10,34,s,34,10);} Surely this should count as a non-cheated quine?