![]() |
|
#2
|
|||
|
|||
|
I didn't know GMP before, but I tried to find you code in GMP4 and GMP5. I tried finding the "ror" part, since I think it's very unusual.
The source doesn't contain any matching "ror" in the *.asm files. The source doesn't contain any matching pseudo-C "ror" like "(x>>n | x<<32-n)" in any file. The compiled GMP4 and GMP5 libraries don't contain any "ror" instruction. Maybe it's a different GMP version or different compiler settings where used. I think the function doesn't modify a "mpf_ptr" structure, the arithmetic operations don't really fit the structure. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDA script function. | Git | General Discussion | 6 | 09-24-2014 01:58 |
| 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 |