Qtnes
Hacker & Malwarenerd
$
posts
$
til
$
whoami
$
search
◑ light
// tags
_reverse
8 articles
Apr 22 2026
5 min read
BotConf 2026 Android Workshop: A Practical Android Malware Analysis Playbook
A practical walkthrough of the BotConf 2026 Android workshop, covering static analysis, dynamic instrumentation, native libraries, and automation as one workflow.
android
reverse
automation
Apr 22 2026
1 min read
KUSER_SHARED_DATA quick notes
Today I learned about KUSER_SHARED_DATA: a kernel-populated shared page that user mode can read directly. User-mode address User mode reads it at fixed address 0x7FFE0000 (same on x86 and x64). It is …
windows
reverse
malware
Apr 17 2026
5 min read
7 - The Mole: Reconstructing an Android Malware Beacon from a PCAP
A packet-capture-driven reverse engineering walk through an Android malware dropper, its SID-based gating logic, and the token chain used to reach the final flag.
android
malware
network-forensics
reverse
ctf
Apr 17 2026
4 min read
8 - Pizzeria: Prompt Injection Against an Android LLM Agent
An Android app, a fake pizza order form, and an LLM backend that could be pushed into calling internal tools through a Unicode-based prompt injection bypass.
android
ai
prompt-injection
reverse
ctf
Apr 15 2026
6 min read
3 - Smoke: Bypassing StringFog and Decoding a Custom String Cipher
The APK was protected by StringFog — every string literal replaced with an encrypted hex payload decoded at runtime — requiring a Python port of the custom LCG cipher to bulk-decrypt the entire source tree and find the flag.
android
stringfog
obfuscation
decryption
reverse
ctf
Apr 14 2026
4 min read
1 - GhostMode: Reversing a Native Android CTF Library
An Android challenge that taunts you with a fake flag in static analysis, then hides the real one behind a PIN validator and a runtime decryption loop inside a native library.
android
native
reverse
ctf
Apr 14 2026
4 min read
2- ThePackage: Unpacking a Runtime-Loaded DEX
A packer challenge where the real Java classes are encrypted inside the APK and only decrypted at runtime, requiring extraction and static analysis of the hidden DEX.
android
packing
dex
reverse
ctf
Feb 06 2026
13 min read
Malware Busters: Unpacking, Reversing, and Decrypting a Go-Based C2 Implant
Full analysis workflow — from safe extraction and manual GDB unpacking through IDA Pro reverse engineering, XOR config decryption, and ultimately intercepting C2 communications on a WIZ Cloud Security Championship challenge.
malware
reverse
ctf
golang
upx
cryptography