frida-detection
frida-detection copied to clipboard
assembly file
I have some issues with the assembly file when I build my project I get too many like these errors: invalid operand for instruction and it is about this line: mov ip, r7
error: Only valid when first operand is register -> ldr r7, =__NR_openat I think the problem is the bionic file can you help me?
@SanazAhang did you find any solutions for this issue ?