altf4 / untwister

Seed recovery tool for PRNGs
GNU General Public License v3.0
367 stars 42 forks source link

Could someone please post the compiled exe? #22

Closed dalydir closed 9 years ago

dalydir commented 9 years ago

Having problems with compiling programs right now, mind posting the compiled exe please?

altf4 commented 9 years ago

We don't currently support windows, so that might be your issue with compiling!

dalydir commented 9 years ago

I meant with regards to compiling in C++ to begin with (not unique to your program), but fair enough. I do have Python setup but all I see are .h and .cpp files, no .py's Or am I thoroughly unable to run it on a windows machine even with python?

altf4 commented 9 years ago

Untwister is not a python program, we just have some python bindings to exercise some functionality from python. Untwister is primarily a C++ program and needs to natively compile.