Hysii
Hysii

Reputation: 772

XOR operand type mismatch

I'm trying to get around some input character restrictions by encrypting some data. However, when i try and XOR rbx back to my desired value I get an error stating operand mismatch. Am i missing something here?

xor esi, esi
movabs rbx, 0x4a510d0d4c4b400d
xor rbx, 0x2222222222222222

Upvotes: 0

Views: 532

Answers (0)

Related Questions