Android App Reverse Engineering 101 is a comprehensive workshop designed to introduce learners to the fundamentals of reverse engineering Android applications.
This workshop focuses on static analysis, which involves examining an application’s code without executing it.
The tools used in this workshop are crucial for understanding and analyzing Android apps, particularly for those interested in security, development, or research.
.dex
files) back into Java source code. This allows users to analyze and understand the logic of an Android app by examining its decompiled code.The workshop provides a virtual machine (VM) environment based on Ubuntu 18.04, which includes both jadx and Ghidra.
This setup allows learners to practice reverse engineering exercises without needing to install these tools on their own systems.
The workshop includes several exercises that cover:
By completing these exercises, learners gain a solid foundation in reverse engineering Android apps, enabling them to apply these skills to various fields such as app security, development, and research.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…