Search found 26 matches

by MagneticMonopole
Wed Aug 12, 2009 10:06 pm
Forum: Challenges Solved
Topic: Mainframe
Replies: 15
Views: 2003

Mainframe

Hi,

did you really have access to a system/370?
I considered using an emulator (hercules), but finally managed to convert the floats to their binary representation and that to EBCDIC. Very nice and highly informative challenge!
by MagneticMonopole
Fri Mar 27, 2009 11:48 pm
Forum: Challenges Solved
Topic: belong to us
Replies: 10
Views: 756

belong to us

My solution: 8c8c67*C1c67*1+C528**C8c9c67*C4c67*1+C528**C8c9c67*C4c67*1+C528**C8c4c67*C528**C 9c9c67*C8c67*1+C528**C9c8c67*C7c67*1+C528**C9c9c67*C4c67*1+C528**C9c9c67*C1c67*1+C528**C 8c4c67*C528**C8c8c67*C2c67*1+C528**C8c8c67*C1c67*1+C528**C9c9c67*C2c67*1+C528**C8c8c67*C 5c67*1+C528**C Far from ligh...
by MagneticMonopole
Sat Mar 21, 2009 8:21 pm
Forum: Challenges Solved
Topic: countdown calc
Replies: 20
Views: 1623

Finding the CIL code rather menacing, I opted for a C# decompiler instead of a mere disassembler. "Exemplar" from the Anakrino9 package did the trick for me, after having delighted an otherwise quite useful vmware image with the dotnet framework... shudder. My formula (Unix "bc" ...
by MagneticMonopole
Sat Mar 21, 2009 11:34 am
Forum: Challenges Solved
Topic: Don't fear the Maths
Replies: 9
Views: 690

Don't fear the Maths

Chapeau!
Creating this challenge must have been at least as hard as solving it!
by MagneticMonopole
Wed Mar 18, 2009 8:33 pm
Forum: Challenges
Topic: Butterfly Effect
Replies: 3
Views: 8165

Butterfly Effect

No idea about the solution, but I have to say: Nice image!
by MagneticMonopole
Fri Feb 20, 2009 7:55 pm
Forum: Challenges
Topic: Poke Me
Replies: 17
Views: 21786

:D Ah! The memories... I feel young again... thanks for that challenge, man! :D
(And no way those youngsters will figure this out :twisted::twisted::twisted:)
by MagneticMonopole
Sat Feb 14, 2009 10:08 am
Forum: Challenges
Topic: Sounds Same Warmup
Replies: 8
Views: 18999

Sounds Same Warmup

Hm. I really appreciate the effort made to guide us towards solving homophone ciphers. However, I feel that the warm up is actually harder than the original challenge: - real English does have much more properties than the proposed xyzw-"plaintext"; not only groups of two letters do have t...
by MagneticMonopole
Sat Feb 14, 2009 9:52 am
Forum: Challenges Solved
Topic: My Instructions
Replies: 6
Views: 476

Actually, I deciphered the opcodes manually. Never thought about a disassembler, which would indeed have been a nice aid. Anyway, the numbers representing the BREAKs are next to the BNEs with no instruction between...

What do you mean with unusable labels?
by MagneticMonopole
Sat Feb 14, 2009 12:22 am
Forum: Challenges
Topic: All Sound Same
Replies: 14
Views: 17488

Can no longer access challenge

Well, I solved the challenge some days ago (and answered the question correctly). Now the challenge is gone, at least from my perspective. Accessing the challenge url directly tells my that I am not ready for this challenge. What happened?
by MagneticMonopole
Sat Feb 14, 2009 12:09 am
Forum: Challenges Solved
Topic: All Sound Same
Replies: 3
Views: 335

Hi gfoot, I guessed from the challenge name that this was a homophone cipher. I found some way of clustering the homophones, i.e. finding the numbers that denote the same letter. After that, it was a matter of simply feeding the now "normal" substitutiion cipher into a substitution cipher ...
by MagneticMonopole
Fri Feb 13, 2009 7:11 pm
Forum: Challenges Solved
Topic: My Instructions
Replies: 6
Views: 476

My Instructions

Should not the program end at the first break? From what I read about the MIPS branch opcodes, the instruction immediately following the branch instruction (in the so called delay slot) is always executed first, no matter if the branch takes place or not; the branching takes place only thereafter. (...
by MagneticMonopole
Tue Feb 10, 2009 10:43 pm
Forum: Challenges
Topic: bigger fib
Replies: 27
Views: 44318

Suggest you stop it.
Read the challenge again. It does not ask for the fibonacci number itself. :wink:
by MagneticMonopole
Tue Feb 10, 2009 8:30 am
Forum: Challenges
Topic: Another Typo Challenge
Replies: 12
Views: 17583

@deutronomium: Your approach did work just fine for me. (Well, I had perl feed expressions to fresh instances of a php interpreter. In your case, could previous eval()s have influenced the result of the current one?)

@rmplpmpl: Normally, I'd agree. In this particular case, not...
by MagneticMonopole
Mon Feb 09, 2009 5:19 pm
Forum: Challenges
Topic: Blizzard
Replies: 16
Views: 29602

MerickOWA wrote:This was a pretty fun challenge. Its method of "encryption" is not complicated. Theres no complicated dictionary/key/ or other external information needed.
Sigh. That is what I feared most.
by MagneticMonopole
Sun Feb 08, 2009 7:23 pm
Forum: Challenges
Topic: Blizzard
Replies: 16
Views: 29602

Blizzard

Anyone who would like to talk about the Blizzard challenge? I sincerely hope it is ok to mention things that do not work. For me, that includes: - interpreting the black and white pixels as a bit stream of 7-bit or 8-bit ascii characters, be it lsb or msb first, be black "1" and white &quo...