Stanislav-Povolotsky

5 mods across 1 repository, 22 stars between them.

android-apk-patch

01

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Patch, rebuild, re-sign and install Android APKs with jddlab - edit smali/resources/manifest, decompile with apktool/jadx, handle split APKs, align and sign. Use for APK modding, repackaging, or injecting changes into an app.

22 17d ago D 63 tokens

java-deobfuscation

02

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Detect and reverse Java/Android obfuscation with jddlab - ProGuard/R8 renaming, string encryption, control-flow flattening and commercial protectors, using java-deobfuscator, simplify and dex2jar. Use when decompiled code is obfuscated or strings are encrypted.

22 17d ago A 65 tokens

native-jni-analysis

03

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Analyze an app's native (.so) / JNI code with jddlab - map Java native methods to symbols, extract JNI bindings, and decompile ARM/ARM64 with Ghidra headless. Use when security logic (keys, pinning, root/tamper checks) lives in native libraries.

22 17d ago A 67 tokens

secret-scanning

04

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Find hardcoded secrets, API keys, tokens and endpoints in Android apps with jddlab - APKscan plus manual jadx/resource review. Use to audit an APK for leaked credentials or other sensitive data.

22 17d ago A 44 tokens

ssl-unpinning

05

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Bypass Android TLS/certificate pinning with jddlab to intercept HTTPS - android-unpinner, Frida gadget injection (apk-patcher), objection, or manual smali patches. Use when a proxy (Burp/mitmproxy) shows no traffic because of certificate pinning.

22 17d ago A 64 tokens