capstone
capstone copied to clipboard
Add hex bytes for each part of the assembly
A feature request, in general have a struct array that has the partial assembly and its hex, all in order.
for example :
"mov rcx, 1"
mov - 48 C7
rcx - C1
1 - 01
it's not always applicable, but would still be helpful in many occasions.