DennisChristensen Posted September 5, 2018 Share Posted September 5, 2018 Hi Is there support for the Intel RdRand instruction in AutoIt? Best regards Dennis Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted September 5, 2018 Moderators Share Posted September 5, 2018 (edited) Moved to the appropriate forum Edited September 5, 2018 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Earthshine Posted September 5, 2018 Share Posted September 5, 2018 (edited) if you want direct access from AutoIt, it appears as you might have to code it yourself. This won't be trivial, but is possible. Here is a C# test app that can uses it. Notice it's needs assembler.... https://github.com/JebteK/RdRand something like this, or if you could do it inline assembler with autoit, don't know if you can. this is not for n00bs or the faint of heart. don't shoot the messenger. If anyone else knows how to do it inline with assembly then that might be what you want. Edited September 5, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
RTFC Posted September 5, 2018 Share Posted September 5, 2018 (edited) 1 hour ago, Earthshine said: This won't be trivial, but is possible. It is both possible and trivial, see here. Just a quick fix, mind you, inline assembly would take a bit longer. Edited September 5, 2018 by RTFC Earthshine 1 My Contributions and Wrappers Spoiler BitMaskSudokuSolver BuildPartitionTable CodeCrypter CodeScanner DigitalDisplay Eigen4AutoIt FAT Suite HighMem MetaCodeFileLibrary OSgrid Pool RdRand SecondDesktop SimulatedAnnealing Xbase I/O Link to comment Share on other sites More sharing options...
Earthshine Posted September 5, 2018 Share Posted September 5, 2018 nice. My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now