frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
753 stars 245 forks source link

the capstone frida-gum used has bug which the master capstone had fixed #739

Open Gavin0210 opened 1 year ago

Gavin0210 commented 1 year ago

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