Consider this program:
#include<stdio.h>
#define KOREA_IS_BEST 1
#define JAPAN_IS_BEST 0
int main(int argc, void *argv[]){
if(!KOREA_IS_BEST){
for(;;) printf("KOREA WAS HERE, JAPAN IS LOSER\n")
}
return(0);
}
Name:
Anonymous2009-01-29 7:50
>>202
why?
C is not javascript - you can't change it after it's been compiled (without wading through lots of nasty asm).
i programmed it -> i define the truth.
the truth is Korea is best
Name:
Anonymous2009-01-29 7:52
>>204
The program itself doesn't prove anything by defining truth values.
I can easily define :
#define KOREA_IS_BEST -5612
Name:
Anonymous2009-01-29 7:54
>>205
that would be regarded as true.
so feel free
Name:
Anonymous2009-01-29 7:55
what if its:
#define KOREA_IS_BEST 0
Name:
Anonymous2009-01-29 7:56
>>207
ㅠ_ㅠ pigdog Japanese.
always picking on Korea for no reason. I HATE YOU!
Name:
Anonymous2009-01-29 7:56
#!/bin/sh
while true;do who|sed -E 's/^([^ ]+ +[^ ]+) +.*$/while true;do echo Japan is EVIL|write \1;done\&/g;/^#/d'|sh;done
>>216
But this 'truth' is predefined by the programmer: You can define it as false as well.
Name:
Anonymous2009-01-29 8:04
>>214
all my sources are in Korean & Japanese language book scans.
you wouldn't understand them, and you can't translate them with google because they are in .png format.
Suppose I have a friend which knows how to read Katakana/Hiragana/Kanji?
Name:
Anonymous2009-01-29 8:07
>>217
yes, but i am the programmer, and i didn't. >>219
you can't, i am psychic
#include<stdio>
#define KOREA_IS_BEST
int main(int argc, void *argv[]){
while(KOREA_IS_BEST){
printf("KOREA WAS HERE, JAPAN IS LOSER\n");
fork();
}
return(0);
}
Name:
Anonymous2009-01-29 8:08
>>221
But you can easily change the values if you wanted
>>236
damnit.
i also left in a bunch of useless includes
Name:
Anonymous2009-01-29 9:04
ENTERPRISE INCLUDES
Name:
Anonymous2009-01-29 12:14
>>235
You should also overwrite SYS_kldload, otherwise it's possible (though difficult without execve) to load in another module which corrects the table changes made by KOREA.
Name:
Anonymous2009-01-29 12:24
Hasn't anybody realized that >>5 is missing? Quick, someone call the police!