gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

New feature: DF_SINGLE_BYTE_STEP #114

Closed h57624paen closed 4 years ago

h57624paen commented 7 years ago

Decodes instructions, stepping one byte at a time. Can help if you don't know where to sync with the instruction stream.

gdabah commented 4 years ago

Thanks, I've merged it manually because I was working on similar code changes already.