muellerberndt / frida-detection

A couple of methods for detecting Frida on Android.
431 stars 118 forks source link

assembly file #13

Open SanazAhang opened 2 years ago

SanazAhang commented 2 years ago

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?

mortezakh1371 commented 1 year ago

@SanazAhang did you find any solutions for this issue ?