Herschel icon indicating copy to clipboard operation
Herschel copied to clipboard

HrDecoder: invalid R/M offset decoding

Open X547 opened this issue 4 years ago • 1 comments

This is https://github.com/adimetrius/Herschel/commit/e0301dc20bbe201b0e6476709fafeb45e0d6de0b.

HrDecoder output:

0001414D	48|8D 48 10 	lea  RCX, 82273[RAX]

Correct output:

.text:000000000001414D                 lea     rcx, [rax+10h]

X547 avatar Jan 31 '21 12:01 X547

This feature is correctly implemented in my WorkDecX86.

X547 avatar Apr 13 '21 03:04 X547