准确识别andriod是32位还是64位的
本帖最后由 魔刹石 于 2022-3-6 22:01 编辑原理:查看某个内核驱动文件是32位还是64位
------------------------------------------------------------
platform-tools>adb connect 192.168.0.100
already connected to 192.168.0.100:5555
platform-tools>adb shell
franklin:/ $ su
:/ # file /vendor/lib/modules/wlan_mt76x8_usb.ko
/vendor/lib/modules/wlan_mt76x8_usb.ko: ELF relocatable, 32-bit LSB arm, static, BuildID=6bcd6a50f108141fc7be171633d49426f8cc6d04, not stripped
------------------------------------------------------------
显示是 “32-bit LSB arm”
则是32位系统
------------------------------------------------------------
完
好像学会了 又好像没学会 aida64-android
内核架构-kernel architecture
aarch64=64位
感谢分享。。。不明觉厉
页:
[1]