Author |
Message |
Icho
Joined: 09 Oct 2009 Posts: 6
|
|
Belong to Us |
|
Can somebody plz confirm that this class-file is able to print out anything?
I think I know what it is supposed to print with the right input. Thing is, it does not print anything.
Am I missing something, or is the file broken?
|
|
Thu Jan 07, 2010 1:19 am |
|
 |
tails
Joined: 10 Jun 2008 Posts: 191 Location: Tokyo |
|
|
|
Hi. The file is not broken. Probably you are missing something.
|
|
Thu Jan 07, 2010 3:12 am |
|
 |
Icho
Joined: 09 Oct 2009 Posts: 6
|
|
|
|
Thx for the reply.
So now I got it to print out "ALL YOUR BASE" locally on my PC, but when submitting the solution it always says '' is incorrect.
Am I still doing something wrong?
EDIT: Solved it, still the class file is more accepting then the online checker, I think.
|
|
Thu Jan 07, 2010 11:19 am |
|
 |
tails
Joined: 10 Jun 2008 Posts: 191 Location: Tokyo |
|
|
|
Hmm? I get: 'ALL YOUR BASE' is correct.
Shoot me a PM with your answer if you want me to check it.
EDIT: Oh, congratulations :-)
|
|
Thu Jan 07, 2010 12:34 pm |
|
 |
megabreit
Joined: 03 Jan 2009 Posts: 141
|
|
new fashioned classes? |
|
I'm a bit stuck with these new Java challenges because they don't "cleanly" decompile. Even my Java debugger complains about this (and more classes e.g. Password4). I had no problems with all the other Java classes before, so can somebody put some light on this issue? Obviously it's valid Java, but what's the difference?
|
|
Sat Mar 20, 2010 3:30 pm |
|
 |
Icho
Joined: 09 Oct 2009 Posts: 6
|
|
|
|
That is actually the challenge, the byte code has been obscured to make it harder to reverse engineer.
|
|
Sat Mar 20, 2010 6:53 pm |
|
 |
laz0r

Joined: 04 Feb 2010 Posts: 290 Location: Within the depths of Unix |
|
|
|
I have the same problem as Icho did - prints out ALL YOUR BASE on my computer fine, but I get "'' is incorrect" from the server. I tried getting the server to print out just the letter E and it also didn't do that, even though that also works on my computer 
_________________ There is no spoon. |
|
Sun Feb 19, 2012 5:57 pm |
|
 |
ctzsm
Joined: 27 Jan 2012 Posts: 3
|
|
|
|
 |
 |
I have the same problem as Icho did - prints out ALL YOUR BASE on my computer fine, but I get "'' is incorrect" from the server. I tried getting the server to print out just the letter E and it also didn't do that, even though that also works on my computer  |
Try to look deeper into the class file. It's not a very hard challenge.
Good luck.
|
|
Tue Feb 21, 2012 11:18 am |
|
 |
Hippo

Joined: 01 Feb 2014 Posts: 339 Location: Praha 5 |
|
|
|
Hmm, the naming conventions of the class author are really silly ...
Grrr, I can see the encodding, the code works as I expect except it outputs nothing ... I can invoke whichever error message I want...
OK jode translates better than both javap and jd ... or at least using it with the others helps.
|
|
Fri May 09, 2014 8:56 pm |
|
 |
|