Need help about the 'Russian Dolls' challenge
Need help about the 'Russian Dolls' challenge
Please need some help with the 'russian dolls' challenge... i can't solve this one... I've downloaded hex editor software to read the binary numbers in the 'doll' file...
http://www.topshareware.com/free-bin-fi ... oads/1.htm
But after i opened the file with that program, i only saw a whole numbers of hexadecimal... I've tried to convert to binary and translate into ascii regular text... but nothing in the file has any mean... When i translated to text, it has no mean at all... It's empty... I wonder if those numbers can't be translated into text, so what should i do next? I don't have any idea at all... thanks...
http://www.topshareware.com/free-bin-fi ... oads/1.htm
But after i opened the file with that program, i only saw a whole numbers of hexadecimal... I've tried to convert to binary and translate into ascii regular text... but nothing in the file has any mean... When i translated to text, it has no mean at all... It's empty... I wonder if those numbers can't be translated into text, so what should i do next? I don't have any idea at all... thanks...
~� dorahan �~
HkRkoz al KuwaiT 2019 HaCkEr 101
HkRkoz al KuwaiT 2019 HaCkEr 101
I wouldnt say either ...MerickOWA wrote:I wouldn't say that you'd automatically know what to do, but its a pretty good hint as to what the answer might be. Identifying what the file is also helps.
another tip: This is a HUGE Russian Doll ...
"you'd automatically know what to do": yeah, isnt that easy at begin ...
________
BMW Museum
Last edited by vielinko on Mon Jan 31, 2011 9:19 pm, edited 1 time in total.
Could you give a tip about how HUGE?... Cause I'm alreaddy working on this for quite a long time, and still no end in sight... >.>
Greetz,
Triton456
Greetz,
Triton456
Play a Windows CD backwards and hear satanic messages. That’s nothing, play it forwards and it installs Windows.
Music = Life
Same Shit - Different Day
Music = Life
Same Shit - Different Day
Hehe... This challenge is a little more fun than you think.yyiinn wrote:I know what to do, just its taking me ages. I have done what needs to be done but seem no closer can some one please give a rough number so i can at least know how close or far I am from getting the answer...thnx
You might not want to do it by hand.
For those of you planning on doing this manually: the answer in doll.bin has been compressed 999 times, it's time to rethink your approach unless you enjoy the life of a robot and have a lot of spare time.
I just gave doll.bin a quick bash to find out how many layers there are in it and it only took 6 seconds
I just gave doll.bin a quick bash to find out how many layers there are in it and it only took 6 seconds
-
- Posts: 106
- Joined: Thu Oct 29, 2009 9:21 pm
I sadly did. I couldn't find anything in python to open it.Force4 wrote:Hehe... This challenge is a little more fun than you think.yyiinn wrote:I know what to do, just its taking me ages. I have done what needs to be done but seem no closer can some one please give a rough number so i can at least know how close or far I am from getting the answer...thnx
You might not want to do it by hand.
Code: Select all
import os
os.system("command line to do whatever you want :P")