Giter Site home page Giter Site logo

panda-dex-dumper's Introduction

  1. 不想写 CI,release 是我本地编译并上传的
  2. 搜索算法是抄的 frida-dexdump,主要是想练习 rust
  3. 没有用 frida,所以不会被检测

用法

  1. 上传到 /data/local/tmp
  2. chmod +x ./panda-dex-dumper 设置可执行权限
  3. ./panda-dex-dumper -p $(pidof com.xxx)
  4. dex 默认输出路径: /data/local/tmp/panda

编译

不想编译可以去 release 直接下载

# 安装工具链
rustup target add aarch64-linux-android

# 编译
cargo build --target aarch64-linux-android

ndk 配置 ndk 需要 r22b,r22b 以上的版本目前(2023.2.13)不能用。

~/.cargo/config 文件添加以下内容(不存在则创建), 注意内容中的替换路径。

[target.aarch64-linux-android]
ar = "android-ndk-r22b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar"
linker = "android-ndk-r22b/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang"
rustflags = ["-L", "android-ndk-r22b/toolchains/llvm/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9.x", "-L", "android-ndk-r22b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/21"]

panda-dex-dumper's People

Contributors

p4nda0s avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.