Mobile Application Security Labs 
Captain No Hook

This challenge focuses on a fictitious app called Captain No Hook, which implements advanced anti-instrumentation techniques. Your objective is to bypass these protections and retrieve the hidden flag within the app.

Outline

Captain No Hook employs mechanisms to prevent dynamic analysis tools to hook and manipulate the app. It also checks if the device is compliant (e.g., not jailbroken).

Objective

 Your task is to bypass these protections and retrieve the hidden flag within the app.


Skills Required

  • Reverse Engineering: Proficiency in disassembling and analyzing compiled code.
  • Frida knowledge: Utilize Frida scripts to bypass the anti-instrumentation protections.

Course Lessons