Open sdcode opened 8 years ago
A minor issue with XEDParse:
int 3 lea rcx, [rdx + rax + 123h] ; source ; lea rcx, [rax + rdx + 0x123] ; as seen by disassembler ; lea rcx, [eax + rdx + 0x123] ; hit space and change rax to eax: accepted by XEDParse ; lea rcx, [eax + 0x123] ; resulting code
A minor issue with XEDParse: