Search found 3 matches

by ctzsm
Tue Feb 21, 2012 11:30 am
Forum: Challenges Solved
Topic: Shattered and Shuffled
Replies: 13
Views: 1131

Find better solution

I did it with my more than 700 lines Java program. But the program is not good enough to solve it directly, and I must correct some wrong answer manual. So I did this boring thing more than 3 hours= =, could anyone tell me how to do it easier?
by ctzsm
Tue Feb 21, 2012 11:18 am
Forum: Challenges
Topic: Belong to Us
Replies: 8
Views: 13309

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 ...
by ctzsm
Wed Feb 15, 2012 1:48 am
Forum: Challenges Solved
Topic: One Function
Replies: 10
Views: 1445

CodeX wrote:One way to solve this by running it is so execute it on a x86-64 processor e.g. put the function into a char[] in C and then call it using a function pointer. NASM can disassemble the code which is what I used for testing this.
That's awesome!