Countdown Calc

horst
Posts: 24
Joined: Fri Mar 06, 2009 11:07 am
Location: Germany

Countdown Calc

Post by horst »

Hi,

I'm pretty sure I got the answer. If I compare the first ~20 numbers with my results they match but my answer still seems to be incorrect: 24********24.
Any help would be appreciated :)
Garfield
Posts: 3
Joined: Mon Jun 29, 2009 11:16 pm

Post by Garfield »

I've got exactly the same problem.

EDIT: Solved... nevermind.
jonik555
Posts: 43
Joined: Mon Aug 31, 2009 6:18 pm
Location: Prague

Post by jonik555 »

Hi, can You give alittle hint? Can this challenge be done just by mind or do I need to use OllyDBG or something like that?
Thank You very much...
There are 10 types of people, those who understand ternary, those who think that this joke is about binary and the others.
smutley
Posts: 4
Joined: Mon Nov 23, 2009 7:50 am

Post by smutley »

There are several ways of solving this, so work out which one is easiest for you. You can work out the sequence of numbers, you can reverse app to see the code, or come up with another one yourself. Like many of the challenges here, there is no one way of solving it.

cheers
smutley
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

I did it by mind and with Wolfram|Alpha (makes many of the challenges much easier!)
There is no spoon.
ShadowWidow
Posts: 6
Joined: Tue Nov 09, 2010 4:09 pm
Location: Germany

Post by ShadowWidow »

I am stuck.
I have decompiled the programm an just executed the last run.
The result , maybe the same as horst get, 24**...**24 is wrong.
Can somebady give me a little hint ?

Edit: I've got it.
tripleedged
Posts: 10
Joined: Fri Apr 16, 2010 11:24 pm

Post by tripleedged »

Hi,
I thought I had the correct formula to get it. But as it turned out, I forgot about a special feature about big numbers. I checked my calculation and noticed that my evaluation of the sequence isnt correct anyway.

It gives me the correct values up to 89 though. So I'm not sure, if stubborn Vista is going wild here?! I don't think that I spoil anything, if I ask if the value for 88 really is 34***76 instead of 33***71, which would perfectly fit in my sequence...

Thanks in advance,
tripleedged
uws8505
Posts: 32
Joined: Sun Jan 23, 2011 8:57 pm

Post by uws8505 »

tripleedged wrote:It gives me the correct values up to 89 though. So I'm not sure, if stubborn Vista is going wild here?! I don't think that I spoil anything, if I ask if the value for 88 really is 34***76 instead of 33***71, which would perfectly fit in my sequence...
The sequence has nothing to do with Vista.
Just one more step of thinking, and you're done; the sequence is not so simple, but not so complex either :wink:
rmlc14
Posts: 2
Joined: Thu Feb 10, 2011 10:43 pm

Post by rmlc14 »

hey guys, this challenge is driving me nuts for some days!

i compared the first like 50 numbers printed by the original sharper.exe with my calculation and they all match exactly. why isnt my answer accepted though?

its close to impossible my answer is wrong o.O any clue? thx

EDIT: OMG :) the devil is in the details, had to slightly modify formula (even though the 50 first numbers were actually correct). thx anyways.
moose
Posts: 67
Joined: Fri Jul 16, 2010 7:32 pm

Post by moose »

Code: Select all

$ wine Sharper.exe 
wine: Install the Windows version of Mono to run .NET executables
Do I have to install Windows for this challenge?
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

it looks like you have to install the windows version of Mono on wine judging by that message
gfoot
Posts: 269
Joined: Wed Sep 05, 2007 11:34 pm
Location: Brighton, UK

Post by gfoot »

Wine is mostly a Win32 API implementation, so you only need it for things that use the Win32 API. Pure CIL assemblies that don't use Win32 APIs can be executed through native Linux mono.
tripleedged
Posts: 10
Joined: Fri Apr 16, 2010 11:24 pm

Post by tripleedged »

After a deeper look, I managed to solve it by hand... I hoped for more challenges to the north-west, but seems I get stuck there once again, since the crypto was only solved 10 times...
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

Wait till you see how many people solved "What in the world"...
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

even less people have completed a challenge called "a living dead cat in the box"...
Post Reply