Search found 2 matches

by OKOB
Wed May 12, 2010 2:15 pm
Forum: Challenges Solved
Topic: Black Box
Replies: 13
Views: 1041

My solution #include "stdafx.h" #include "stdio.h" int main(int argc, char* argv[]) { unsigned int j; for(unsigned int i=0; i<0xFFFFFFFF; i++) { _asm { push eax push edx mov eax, i mov edx, eax sar edx, 1Fh not edx and edx, eax sub edx, 0x6FE5D5 xor edx, 0x2EB22189 imul edx, 0x15...
by OKOB
Sun May 02, 2010 10:24 am
Forum: Challenges Solved
Topic: Broken Keys
Replies: 15
Views: 1498

Another conventionally correct solution (All tests passed!) 111111111111111111111101<0</v<p! Longer (1111111111111111111111101<0</v<p!) - not all tests passed Shorter ( 11111111111111111111101<0</v<p!) - not all tests passed Bad tests set or error in 'v' comand implementation (Longer don't work!)