Page 1 of 1
Protected Password 1
Posted: Tue Jun 22, 2010 7:09 am
by keiya
How many of you brute forced it... and how many of you fed it to a java decompiler?
Posted: Thu Jun 24, 2010 6:43 am
by Stanswers
I just decompiled it.
Posted: Thu Jun 24, 2010 7:22 am
by laz0r
Yup, decompiled it! (great challenge, I wrote my own
)
Posted: Sat Oct 30, 2010 6:29 pm
by Barbossa
Decompiled, too
Posted: Mon Nov 01, 2010 11:40 am
by JayArr
decompiled. i didn't know this was possible.
but laz0r how the fudge did you write your own xD that's crazy.
Posted: Mon Nov 01, 2010 12:24 pm
by laz0r
For example, I used the Wikipedia page on .CLASS files to work out all the header stuff - it's like solving all the PNG challenges, you just need to be able to read the specification
Posted: Mon Nov 01, 2010 7:29 pm
by JayArr
ok maybe i wasn't so much asking how, but more "why" ;D
but i'm looking forward to the say it challenge, i just have to find time to read up on audio stuff.
Posted: Sun Jun 12, 2011 3:03 pm
by bodjo
i decompile it too but still i don't understand yet how does the Integer.toString convert something like 0x2e005165 to 771772773
can anyone explain to me how it work
Posted: Sun Jun 12, 2011 4:17 pm
by Tron
Posted: Sun Jun 12, 2011 5:06 pm
by bodjo
yes but hexadecimal don't have "x"!!!
Posted: Sun Jun 12, 2011 5:18 pm
by laz0r
The standard way to state that something is hexadecimal is to prefix it with 0x:
0xe == 14 (base 10)
Posted: Mon Jun 13, 2011 5:47 am
by bodjo
Posted: Mon May 28, 2012 10:21 am
by avrrobot
Just decompiled...
Posted: Fri Aug 03, 2012 4:59 am
by speedfire
Decompiled, but first I tried using an online program to decompile and of course many things are missing.
Posted: Sun Jun 30, 2013 4:45 pm
by Sarowie
I have unzipped the jar file and then decompiled the class files with
http://www.showmycode.com/