Number Choosing Contest.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Number Choosing Contest.
RE: Number Choosing Contest.
(05-24-2016, 02:38 AM)Kaynato Wrote: »Mind the double post.

Would you be up for the release of the binary executable (Windows) used to get responses?
if you obfuscate the source, sure.
i don't trust myself not to cheat.
(can you even view source of an exe? probably not, now that i think about it)
RE: Number Choosing Contest.
>> https://dl.dropboxusercontent.com/u/2607...choose.exe <<

Having used snowman to decompile to C source myself, I can say that you probably won't get much out of it.

Go wild! Please post results.

(Compatible with 64-bit windows)
RE: Number Choosing Contest.
It doesn't seem to be doing anything. I've tried running it from the command line and I'm not getting anything, even if I put in the number as an argument.
RE: Number Choosing Contest.
Run it like
numchoose 29319ECCE239AA
?
RE: Number Choosing Contest.
Hmm.
I've gotten the application to stop responding (as in crash) after inputting AB and 123456789ABCDEF0, but that's the closest it's come to working.
(even for numbers like AA or 0.7734 that I know should have an output)
RE: Number Choosing Contest.
Did it specifically do a NUMCHOOSE.EXE HAS ENCOUNTERED A FATAL ERROR or did it just keep running? If you can Ctrl-C out of it it should have been fine, you might have just encountered an infinite loop
RE: Number Choosing Contest.
It just kept running until Windows marked it as not responding, seemed like an infinite/overlong loop to me.
RE: Number Choosing Contest.
Mhm, that'd be an infinite loop.

I can think of a few instances where it would crash, but it would tell you (since those are expected cases).

Any progress, findings of note?