Android Reverse Engineer
➜ whoami
shahzaib_ali — android reverse engineer @ DSS
➜ cat ./toolchain
frida · jadx · ghidra · ida-pro · burpsuite · apktool · python
➜ status
[ ONLINE ] available for freelance & contract work
About
I'm a Reverse Engineer based in Islamabad with 5+ years dismantling Android applications for a living. My day-to-day is static & dynamic analysis — pulling apart obfuscated APKs in Jadx/Ghidra/IDA Pro, instrumenting live processes with Frida, and intercepting traffic through Burp Suite to recover hidden REST/GraphQL endpoints, signature algorithms and encryption schemes. I've reverse engineered 60+ apps, extracted APIs from platforms like TikTok, Snapchat, SnackVideo, YouTube, WhatsApp & LinkedIn, and rebuilt their private request-signing logic in clean Python. Currently a Reverse Engineer at DSS (Defence Solution & System), and a Level 2 / 5.0★ freelancer trusted by 38+ clients worldwide.
Capabilities
API Extraction & Reconstruction
Recover hidden REST/GraphQL/gRPC endpoints from any app and rebuild the exact request-signing logic in clean Python wrappers.
SSL Pinning & MITM Bypass
Universal Frida & Objection scripts to defeat certificate pinning, root and emulator detection for full traffic visibility.
Deobfuscation & Static Analysis
Untangle obfuscated bytecode and native libraries in Jadx, Ghidra and IDA Pro to map an app's real behaviour.
Frida Dynamic Instrumentation
Hook, trace and rewrite methods at runtime to expose parameters, keys and control flow while the app runs.
Encryption / Decryption Reversing
Reverse custom AES/RSA layers, HMAC signatures and token schemes — then reproduce them programmatically.
Signature & Token Generation
Replicate device attestation, anti-bot signatures and auth tokens for reliable, automated API access.
Python Automation & Wrappers
Turn reversed protocols into fast, maintainable Python libraries, bots and integration-ready SDKs.
Mobile App Security Assessment
Audit Android apps for weak crypto, insecure storage and exposed secrets — with actionable remediation.
Experience
Arsenal
Selected Work
A look at the kind of reverse-engineering I ship. Client work is confidential — these are anonymized case studies.
$ frida -U -f com.target.app -l hook.js [+] hooked NativeSign.gen() [+] X-Signature recovered ✓
Reversed the private request-signing algorithms of major social platforms (TikTok, Snapchat, SnackVideo, YouTube) and rebuilt them as clean, well-tested Python wrappers — signatures, tokens and pagination fully replicated for reliable automated access.
$ objection -g com.target explore (target) # android sslpinning disable [+] pinning bypassed ✓
// recovered key schedule key = HKDF(deviceId, salt) cipher = AES_GCM(key, iv) // ✓ matches app
$ python gen_sig.py --device pixel8
{ "x-argus": "…", "x-gorgon": "…" } ✓Education & Certs
Client Reviews
Contact
Let's crack it open
Got an APK to reverse, an API to extract, or security to test? Send a clear, direct brief and I'll reply within the hour. No unsolicited offers, please.