Open Gavin0210 opened 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
mov x1, #0x12
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