untwister | Seed recovery tool for PRNGs | FTP library
kandi X-RAY | untwister Summary
kandi X-RAY | untwister Summary
Multi-threaded seed recovery tool for common PRNGs.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of untwister
untwister Key Features
untwister Examples and Code Snippets
Community Discussions
Trending Discussions on untwister
QUESTION
https://github.com/altf4/untwister
I wanted to use the above program to predict some PRNG. I have read the 'usage' part, I though I should use it in cmd.exe by entering the path of the untwister. I entered the path of main.cpp, only MSVC pops up. Also, MSVC doesn't allow me to debug/compile the file, so I cannot run it. I searched 'how to use untwister' on google, but there is no further instruction. I am a beginner of programming, please forgive my ignorance.
...ANSWER
Answered 2021-Dec-14 at 23:51OK, based on @drescherjm comment's, I've successfully build it.
I installed msys2 and use mingw to build it. But the .exe file has error "_zst28__throw_bad_array_new_lengthv"
I searched the error message on google, and discover that the problem may caused by gcc version.
I downloaded an old version (10.3.0) of gcc and mingw here: https://winlibs.com/
I typed "cd /d D:\abc" then "mingw64\bin\mingw32-make.exe" in cmd, it showed "Nothing to be done for" error.
I discover that I can use option to force the mingw32-make.exe to read the Makefile. I added .am to the filename of Makefile, then type mingw64\bin\mingw32-make.exe -f D:\abc\untwister-master\Makefile.am
The mingw32-make.exe thinks that files in D:\abc\untwister-master\prng are in D:\abc\prng, and tells me it can't find the files.
I moved all files and folder to D:\abc, then success!
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install untwister
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page