Page 3 of 3
Posted: Fri Jan 09, 2009 12:30 am
by adum
and i'd just like to comment that some of the SuperHack programs people have made are INSANE. they are really works of art. i wish i could post them =) especially tails and tog's fast string reversal... just beautiful.
Posted: Fri Jan 09, 2009 8:37 am
by tails
Thank you very much for the fix, adum!

Posted: Fri Jan 09, 2009 10:27 am
by tails
adum wrote:and i'd just like to comment that some of the SuperHack programs people have made are INSANE. they are really works of art. i wish i could post them =) especially tails and tog's fast string reversal... just beautiful.
Thank you... I have made my code a bit more insane.

Posted: Fri Jan 09, 2009 10:58 am
by tog
tails wrote:
Thank you... I have made my code a bit more insane.

Oh no! Why did you do that? Now I also have to squeeze some more...

Posted: Wed Mar 04, 2009 9:55 am
by JanB
it seems that there is something wrong with the SuperhackVM if I try to submit a program (for a challenge or at the php-version) I get a php-parse-error:
Code: Select all
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/.mazie/hacker_apache/html/hacker/html/sh/shack.php on line 3
Posted: Mon Dec 21, 2009 2:28 am
by Force4
Hello,
There's definitely something I don't understand with the SuperHack.
Maybe someone could help me with that piece of code:
The trace tells me:
Code: Select all
0:8 (0,0) [8]
0:0 (1,0) [8,0]
0:0 (2,0) [8,0,0]
0:> (3,0) []
0:0 (4,0) [0]
0:0 (5,0) [0,0]
0:< (6,0) [0]
0:! (7,0) [0]
But I expected:
Code: Select all
0:8 (0,0) [8]
0:0 (1,0) [8,0]
0:0 (2,0) [8,0,0]
0:> (3,0) []
0:0 (4,0) [0]
0:0 (5,0) [0,0]
0:< (6,0) [8]
0:! (7,0) [8]
Considering:
Code: Select all
'<' Push the value of memory cell (S0, S1)
'>' Store S2 into (S0, S1)
What do I get the wrong way?
Thx in advance.
Posted: Mon Dec 21, 2009 3:02 am
by tails
Hi, you just forget that the stack is on the memory.
Posted: Mon Dec 21, 2009 4:43 pm
by Force4
Woopsie I feel stupid now!
Thank you tails!
Posted: Sat Aug 04, 2012 1:45 pm
by kaste
Unfortunately the source to the php implementation is not accessible anymore. Adum please have a look. Thanks!