Displaying 1 result from an estimated 1 matches for "0f61ea263e1103088h".
2017 Apr 22
2
LLVM Optimizations strange behavior/bug
...mov cs:byte_60106B, 0E4h
.text:0000000000400593 mov cs:byte_60106A, 28h
.text:000000000040059A mov cs:byte_601069, 56h
.text:00000000004005A1 mov cs:byte_601068, 0ACh
.text:00000000004005A8 mov rax, 0F61EA263E1103088h
.text:00000000004005B2 mov cs:Plaintext, rax
.text:00000000004005B9 retn
.text:00000000004005B9 DecryptBlock(unsigned char *) endp
Any idea if this is a bug or why clang does show this behavior ?
Thanks,
Peter Garba
I've attached the sample code to the mai...