![]() |
|
#3
|
|||
|
|||
|
2 ninio:
Thanks a lot. If someone need: #define ROL(x,n) x<<n|(~(0xFFFFFFFF<<n)&x>>32-n) #define ROR(x,n) x<<32-n|(~(0x80000000>>n-1)&x>>n) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDA can't properly deal with RUST strings | WhoCares | General Discussion | 3 | 07-08-2021 10:46 |
| Don't get Olly to work properly | squareD | General Discussion | 3 | 06-12-2006 01:31 |
| F9->Shift-F9 Exception passing in Olly | bgrimm | General Discussion | 15 | 02-15-2005 05:06 |