Spartan117
文章21
标签14
分类6
Camille+夜神模拟器

Camille+夜神模拟器

  1. 安装夜神模拟器

  2. 根据https://www.cnblogs.com/shenxiaolin/p/14537593.html指示,进入开发者模式,并打开usb调试

  3. 打开powershell, 运行指令:

    1
    adb connect 127.0.0.1:62001
  4. clone camille

    1
    2
    3
    git clone https://github.com/zhengjim/camille.git
    cd camille
    pip install -r requirements.txt
  5. 新建frida目录,安装frida

    1
    2
    3
    pip3 install frida-tools
    pip3 install frida
    npm install frida
  6. 参看本机frida安装版本及CPU版本

    1
    2
    frida --version
    adb shell getprop ro.product.cpu.abi

    图片1

  7. 根据所安装frida版本下载对应的frida-server版本 https://github.com/frida/frida/releases 图片2

  8. 将本地解压出的frida-server push到模拟器

    1
    adb push frida-server-16.0.8-android-x86 /data/local/tmp/
  9. 先确保模拟器运行过淘宝

  10. 通过命令进入安卓手机并切换root用户,运行frida server,如果没有任何信息,则运行成功

    1
    2
    3
    4
    5
    adb shell
    su
    cd /data/local/tmp/
    chmod 777 frida-server-16.0.8-android-x86
    ./frida-server-15.1.17-android-arm64
  11. 运行camille

    1
    python3 camille.py APP包名

    例如:

    1
    python3 camille.py com.taobao.taobao
本文作者:Spartan117
本文链接:https://www.satintin.com/2022/12/30/camille_test/
版权声明:本文采用 CC BY-NC-SA 3.0 CN 协议进行许可

沪ICP备2022007122号-1

沪公网安备 31011202014198号