Androguard Organization is a set of tools, projects, libraries around Android and security.
The main projects are:
- Androguard: Reverse engineering and pentesting for Android application
- AXML: The Rosetta Stone for Android's Binary XML
- APK-Parser: Your Crowbar for Android Archives
- DEX-Parser: The Scalpel for Dalvik Executables
- DEX-Bytecode: DEX bytecode disassembler and assembler
- DEX-Decompiler: A DEX → Java decompiler in pure Rust
- DroidMirror: Android screen mirror and input, written in Rust
- ARM Decompiler: ARM64 → C-like decompiler for Mach-O and ELF
- ARM Disassembler: Zero-allocation iced-style ARM64 decoder and formatter
- APK Patch: Pure Rust APK pack / unpack / patch tool — Apktool-like workflow
- ARM Goauld: Android / arm64 dynamic instrumentation toolkit
- Freedump: Freedump is a library and cli tool that allow you to read/write/dump the memory of a process via Frida, and also to manipulate a dump later locally for quick search.
- Goauld: Dynamic injection tool for Linux/Android process via /proc/pid/mem
and some POCS:
- Yara-Droid: A small and quick version of Yara-X for Android
