the capstone frida-gum used has bug which the master capstone had fixed
Gavin0210 opened this issue · 0 comments
Gavin0210 commented
capstone-engine/capstone#2004
In stalker, the code mov x1, #0x12
, the x1 is read and write.
Obviously the access of reg x1 is write, no read.
capstone-engine/capstone had fix the bug in the latest branch.
I hope frida-gum can fix either