Post

Android杂记

① 判断手机内核是ARM ARMv7还是其他的方法

1
2
3
4
adb shell
cd /proc
cat cpuinfo
adb shell getprop ro.product.cpu.abi

② frida-server不能启动:PC上装的frida版本和手机上的Frida-server不一致;启动之前先chmod 755

③ frida安装是个大坑,当初甚至我在不同的PC上都是用不同的方法才安装上,总之一种方法无法安装换下一种。(在线安装不行换本地安装,本地安装方法A不行换本地安装方法B etc.)

This post is licensed under CC BY 4.0 by the author.