duuude
Name:
Anonymous
2009-01-20 15:04
what would happen if you dereferenced a pointer which pointed to itself?
Name:
Anonymous
2009-01-20 15:06
Bro, that's a type unification error.
Name:
Anonymous
2009-01-20 15:09
You'd simply get the address of that pointer, nothing special.
You'll be reading the value at address X to find to find that it contains a (int)X.
ex.
X = 0x450000
dword ptr:[0x450000] <- 0x450000
mov reg, dword ptr:[0x450000]
reg is now 0x450000
mov reg, dword ptr:[reg]
reg is still 0x450000...
Name:
Anonymous
2009-01-20 15:21
What would happen if you expanded an acronym expanding in part to itself?
Name:
Anonymous
2009-01-20 15:27
>>4
a recursive acronym?
you ever seen event horizon? that's what would happen
Name:
Anonymous
2009-01-20 15:50
Name:
Anonymous
2009-01-21 0:10
>>6
☯ Please don't make troll posts!☯
Name:
Anonymous
2009-02-25 6:30
The SUSSMAN for being unscientific and ultimately destructive Sincerely Haskell.
Name:
Anonymous
2011-02-04 17:36
Name:
Anonymous
2011-02-04 18:06