https://github.com/palant/aarf
APK Analysis and Rewriting Framework
https://github.com/palant/aarf
Last synced: 3 months ago
JSON representation
APK Analysis and Rewriting Framework
- Host: GitHub
- URL: https://github.com/palant/aarf
- Owner: palant
- License: mit
- Created: 2023-06-15T17:04:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T11:36:37.000Z (over 1 year ago)
- Last Synced: 2025-01-16T11:26:12.592Z (4 months ago)
- Language: Rust
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APK Analysis and Rewriting Framework
====================================This is work in progress. This application requires [Apktool](https://ibotpeaches.github.io/Apktool/) and will use it to decode the APK. It will then translate Smali code into more readable Jimple code, similar to the code produced by the Soot framework.