Need help about the 'Russian Dolls' challenge

dorahan
Posts: 105
Joined: Tue May 27, 2008 10:36 am
Location: HkRkoz al KuwaiT 2019 HaCkEr 101

Need help about the 'Russian Dolls' challenge

Post by dorahan »

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...
~� dorahan �~
HkRkoz al KuwaiT 2019 HaCkEr 101
dorahan
Posts: 105
Joined: Tue May 27, 2008 10:36 am
Location: HkRkoz al KuwaiT 2019 HaCkEr 101

Post by dorahan »

To solve this challenge.. the hint is Russian Doll it self...

:: TOPIC CLOSED ::
~� dorahan �~
HkRkoz al KuwaiT 2019 HaCkEr 101
flog
Posts: 4
Joined: Thu Dec 18, 2008 7:28 pm

Post by flog »

:: REOPENED ::
i don't understand it, too.
lukas
Posts: 34
Joined: Wed Nov 26, 2008 1:53 pm
Location: Germany

Post by lukas »

first find out what russian dolls mean, then you will automatically know what to do
MerickOWA
Posts: 182
Joined: Mon Apr 07, 2008 5:54 pm
Location: HkRkoz al KuwaiT 2019 HaCkEr 101

Post by MerickOWA »

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.
vielinko
Posts: 5
Joined: Fri Jan 09, 2009 10:48 pm

Post by vielinko »

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.
I wouldnt say either ...

another tip: This is a HUGE Russian Doll ...

"you'd automatically know what to do": yeah, isnt that easy at begin :P ...
________
BMW Museum
Last edited by vielinko on Mon Jan 31, 2011 9:19 pm, edited 1 time in total.
Triton456
Posts: 11
Joined: Sun Oct 25, 2009 5:01 pm
Location: Between Germany and England

Post by Triton456 »

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
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
portal
Posts: 19
Joined: Sun Jul 22, 2007 4:36 am

Post by portal »

my tip is: computers can do some things fast, if well instructed how to..
yyiinn
Posts: 2
Joined: Thu Dec 17, 2009 11:13 pm

Post by yyiinn »

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
Force4
Posts: 29
Joined: Wed Dec 16, 2009 8:33 pm

Post by Force4 »

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
Hehe... This challenge is a little more fun than you think.
You might not want to do it by hand.
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

if you bash it hard enough you'll get the answer :D
Force4
Posts: 29
Joined: Wed Dec 16, 2009 8:33 pm

Post by Force4 »

CodeX wrote:if you bash it hard enough you'll get the answer :D
Good one CodeX :lol:
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

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 :D
DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

Post by DaymItzJack »

Force4 wrote:
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
Hehe... This challenge is a little more fun than you think.
You might not want to do it by hand.
I sadly did. I couldn't find anything in python to open it.
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

Code: Select all

import os
os.system("command line to do whatever you want :P")
Post Reply