Android 逆向Android 系统文件分析 ( Android 系统 root 环境准备 | 查看 Android 根目录信息 )
Posted 韩曙亮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 逆向Android 系统文件分析 ( Android 系统 root 环境准备 | 查看 Android 根目录信息 )相关的知识,希望对你有一定的参考价值。
一、android 系统 root 环境准备
需要一部 root 过的手机 , 或者直接使用带有 root 权限的模拟器 , 如雷电模拟器 , Android Studio 自带的模拟器 ( 6.0 以下的系统 ) ;
Android Studio 中自带的模拟器在 7.0 之后 , 不给 root 权限了 ;
本篇博客中 , 我使用的是 Pixel2 , 运行 Android 9.0 9.0 9.0 系统 , root 完毕 ;
参考 【Android】Pixel 2 Android 9 系统 ROOT 操作 ( TWRP 下载 | Magisk Manager 下载 | 线刷包下载 | 线刷 9.0 系统 | ROOT 操作 ) ;
二、查看 Android 根目录信息
使用 adb shell
进入手机的命令行 , 执行 su
获取 root 权限 , 进入 /
根目录 , 查看根目录下的内容 ;
acct charger default.prop firmware init.usb.configfs.rc lost+found persist res sys
bin config dev init init.usb.rc mnt postinstall sbin system
bugreports d dsp init.environ.rc init.zygote32.rc odm proc sdcard ueventd.rc
cache data etc init.rc init.zygote64_32.rc oem product storage vendor
完整命令 :
Microsoft Windows [版本 10.0.19041.1237]
(c) Microsoft Corporation。保留所有权利。
D:\\>adb shell
walleye:/ $ su
walleye:/ # cd /
walleye:/ # ls
acct charger default.prop firmware init.usb.configfs.rc lost+found persist res sys
bin config dev init init.usb.rc mnt postinstall sbin system
bugreports d dsp init.environ.rc init.zygote32.rc odm proc sdcard ueventd.rc
cache data etc init.rc init.zygote64_32.rc oem product storage vendor
walleye:/ #
以上是关于Android 逆向Android 系统文件分析 ( Android 系统 root 环境准备 | 查看 Android 根目录信息 )的主要内容,如果未能解决你的问题,请参考以下文章
Android 逆向Android 系统文件分析 ( Android 系统 root 环境准备 | 查看 Android 根目录信息 )
Android 逆向Android 系统文件分析 ( Android 系统 root 环境准备 | 查看 Android 根目录信息 )
Android 逆向Android 系统文件分析 ( cmdline 系统启动参数文件 | crypto 密码算法信息文件 | devices 设备信息文件 )
Android 逆向Android 系统文件分析 ( cmdline 系统启动参数文件 | crypto 密码算法信息文件 | devices 设备信息文件 )
Android 逆向Android 系统文件分析 ( 外部存储设备文件 | sbin 命令程序目录 | dev 字符设备目录 )
Android 逆向Android 系统文件分析 ( 外部存储设备文件 | sbin 命令程序目录 | dev 字符设备目录 )