![]() |
|
#14
|
|||
|
|||
|
My code for solving (see here on how to install z3py):
Code:
from z3 import *
key = BitVec('key', 64)
solve((key * key * key * key * key * key * key) == 0x90de757572b51cd3)
Code:
[key = 16721472531635646971] 0xE80E9AAC619831FB |
| The Following User Gave Reputation+1 to mr.exodia For This Useful Post: | ||
niculaita (06-05-2016) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GMP function | Git | General Discussion | 4 | 06-16-2011 21:33 |
| FUNCTION CHUNKs | Git | General Discussion | 4 | 09-07-2005 19:35 |
| C++ Help (Hooking a function) | Peter[Pan] | General Discussion | 8 | 08-31-2004 20:37 |