Search found 3 matches

by eduarrrd
Sun Feb 10, 2013 4:53 am
Forum: Challenges
Topic: Patience
Replies: 27
Views: 38697

Is the challenge really working? I decompiled the code, optimized it and let it run (<10min to finish). However, the challenge is not accepting my result. To make sure I got it right, I kept both the original and my version of the relevant part and looked at the difference between the two results fo...
by eduarrrd
Sat Feb 09, 2013 6:15 am
Forum: Challenges
Topic: My Instructions
Replies: 5
Views: 8670

I'm having trouble with this challenge. I'm pretty sure what architecture it is. If I replace the unknown values (8 of them) with NOPs and the branch addresses with labels, I get a chunk of text showing that I'm very far off something like "Thank your for solving". However, most of the mes...
by eduarrrd
Thu Oct 18, 2012 6:42 pm
Forum: Challenges
Topic: Listen to me
Replies: 16
Views: 25687

Alright, I'm really lost right now. I didn't see any comments/hints in the file (neither as a comment nor as "color=>ascii" conversions/interpretation) so my assumption is that the data is raw pcm. I decoded the png into its four channels and discarded the alpha channel. I have a 100*43*3 ...