Skip to content

a422015028/zygisk-dump-dex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zygisk Dump Dex

This repository is a demo project which hook libdexfile.so to dump dex. This is only test on my Android 14,15.

⚠️⚠️Use it at your own risk.⚠️⚠️

Building

1. Setup tools

It requires just version 1.29.0 or later. You can install it with cargo:

cargo install just

It also need cargo-ndk for cross-compiling:

rustup target add aarch64-linux-android
cargo install cargo-ndk

3. Build the project

just package-release # output is `out/zygisk-debug.zip`
just flash-release # flash the zip to your device (only for KernelSU)

Usage

Instructions

KernelSU & Apatch

  • KSU WebUI

Magisk

About

A zygisk module that hooks `libdexfile.so` to dump dex

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 38.9%
  • JavaScript 27.3%
  • Just 14.8%
  • HTML 10.2%
  • Shell 8.8%