Search found 18 matches

by Guderian
Mon Feb 07, 2011 12:57 am
Forum: Challenges
Topic: Like a 8411
Replies: 24
Views: 33881

is the result a number or something else? i am stuck.
by Guderian
Fri Feb 04, 2011 5:50 pm
Forum: Challenges
Topic: I Will Be Execute
Replies: 26
Views: 38998

i tried to get the result manually. However, if i made no mistake, the program tries to insert in the program counter a negative number, which is illegal. Should this happen?
by Guderian
Sun Jan 30, 2011 4:34 pm
Forum: Challenges Solved
Topic: RedEye
Replies: 12
Views: 1091

i just chose the red channel in photoshop. i knew right away that the answer was hidden inside the text, since there is another challenge that uses the same text.
by Guderian
Sun Jan 30, 2011 3:22 pm
Forum: Challenges
Topic: Compression requires Buyware
Replies: 14
Views: 16698

ok this is the most stupid challenge by far. you need to install 10 crappy programs that will be used just once.
by Guderian
Sun Jan 30, 2011 1:55 pm
Forum: Challenges
Topic: Big Fib
Replies: 36
Views: 50016

i solved with the recursive way and c++. I used to huge char arrays of 1 million bytes each to store the results. It took 5 hours to get the result. However the tricky part is the next challenge, must find a way to calculate the ln of this array :P
by Guderian
Sun Jan 30, 2011 1:51 pm
Forum: Challenges
Topic: Pi Hates Nines Problem?
Replies: 15
Views: 24726

i even found a txt file with the first 1 billion digits of pi! i used it in another challenge. it's a 980MB file :P
by Guderian
Sun Jan 30, 2011 4:55 am
Forum: Challenges
Topic: Immortal
Replies: 25
Views: 30201

Edit: ok i found the correct sequence and i understand what it is. However, how do i find the specific game? there seem to be some mistakes too. :(
by Guderian
Sun Jan 30, 2011 4:18 am
Forum: Challenges
Topic: Didactic Feedback Cipher Long 2
Replies: 21
Views: 38783

i guessed the letter but you are right. I managed to fix the overflow. It was just as MerickOWA said. You have to get the endianess right. However the next challenge is much more tricky. I brute forced this one, but this trick isn't going to work there. :-(
by Guderian
Sat Jan 29, 2011 2:32 pm
Forum: Challenges Solved
Topic: Maeda Path
Replies: 20
Views: 1844

i solved it properly....ok i clicked play :-P
by Guderian
Sat Jan 29, 2011 3:44 am
Forum: Challenges Solved
Topic: I'm So Special
Replies: 6
Views: 793

at first i thought it needed the ip of hacker.org :S :P
by Guderian
Sat Jan 29, 2011 3:24 am
Forum: Challenges Solved
Topic: Post Captain
Replies: 11
Views: 834

i used "Live HHTP Headers" addon for Firefox. Took me only a couple of seconds :D
by Guderian
Sat Jan 29, 2011 3:20 am
Forum: Challenges Solved
Topic: Once Upon A Time
Replies: 11
Views: 956

DaymItzJack wrote:
SimonPip wrote:Just wanted to chime in and say, yeah, the challenge text is wrong, adum is in 5th place, while falcon2424 is in 6th.

http://web.archive.org/web/200705151214 ... acker.org/
Captain Segfault is one person.
this troubled me for a couple of minutes :p
by Guderian
Sat Jan 29, 2011 3:10 am
Forum: Challenges
Topic: Not Chess
Replies: 16
Views: 36822

i reversed the algortihm in c++ and found the solution. but the output is wrong in 2 letters. instead of <'> it prints %27 and instead of space it prints %20. Then i realized that this is a web script so it uses url encoding, so i replaced these 2 characters with the appropriate ones and it was over...
by Guderian
Fri Jan 28, 2011 4:57 pm
Forum: Challenges
Topic: Didactic Feedback Cipher Long 2
Replies: 21
Views: 38783

i am still missing a few letters due to overflow. any idea how to deal with the overflow? thanks.
by Guderian
Thu Jan 27, 2011 10:47 pm
Forum: Challenges Solved
Topic: A Piece of Pi
Replies: 7
Views: 808

and i had to download a 980MB txt file with the first billion digits of Pi and search that :-(