Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for XorShift128+ #40

Open
vegax87 opened this issue Mar 16, 2017 · 1 comment
Open

Support for XorShift128+ #40

vegax87 opened this issue Mar 16, 2017 · 1 comment

Comments

@vegax87
Copy link

vegax87 commented Mar 16, 2017

Recently, the Xorshift128+ algorithm widely used in V8 Javascript Engine has been reverse-engineered with Z3 Theorem Prover.
There are a few examples like this blog article: https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f
and https://github.com/steven200796/xorshift128plus_exploit
Could you port it to untwister?

@altf4
Copy link
Owner

altf4 commented Mar 18, 2017

Seems like it'd be useful! Being honest, it might be hard for me to find the time. But I'd like to, for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants