Time has written
I'd say porn but then I'd look like a pervert. Oh. Whoops?
Haha, lol.. cant stop laughing right now
But why i started was well, yeah.. it was cool playing games..
What sparked your interest in computers?
typedef int(*fnptr)();
int main(){
	fnptr inc1 = (fnptr)"\x8b\x44\x24\x04\x83\xc0\x01\xc3";
	// on old compilers, we can actually cast a char* ptr into a function ptr.
	printf("%d",inc1(3)); // gcc gives me 4 :O, what black magic is this?
	return 0;
}
mov eax, [esp+4] ; the 32bit ESP register contains the address of the parameters add eax, 1 ; the top of the stack in C points to eax ret
)
I used to play it waaay too much ( especially DoTA, which wasn't that good of a game but was still really addicting
).