DROIDSAW — unified Android reverse engineering CLI. Hermes, DEX, APK signing. JSON output, MCP server. Bytecode is not a security layer.
DROIDSAW Dalvik bytecode (DEX) decompiler. Builds CFG, SSA form, infers types, emits Java source.
DROIDSAW Hermes bytecode parser and decompiler for React Native. Covers HBC v40–v100.
DROIDSAW Android APK static analysis library. Parses containers, AndroidManifest, signing blocks (v1–v4), ELF native libs, and DEX headers.
DROIDSAW CLI invocation contract. Types-only: enumerates the top-binary subcommand + audit-format surface that sibling crates (bench) build Command::new argv from. Renaming a variant here is a compile-time error in every consumer.
DROIDSAW shared analysis primitives. Shannon entropy, taint source/sink types, graph algorithms, and unified finding types.
DROIDSAW Dart AOT snapshot decompiler for Flutter apps. Resolves function names, extracts the canonical string pool, surfaces secrets and endpoints.
DROIDSAW Unity IL2CPP metadata parser for Android APKs. Recovers C# names from global-metadata.dat and binds them to ARM64 ELF symbols.