-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDay-19
17 lines (15 loc) · 882 Bytes
/
Day-19
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Day 19: I merely noticed that you’re improperly stored, my dear secret!
-----------------------------------------------------------------------------------------------------------------------------------------
# Learning Objectives
- Understand how to interact with an executable's API.
- Intercept and modify internal APIs using Frida.
- Hack a game with the help of Frida.
-----------------------------------------------------------------------------------------------------------------------------------------
# Answer the questions below
1) What is the OTP flag?
Ans - THM{one_tough_password}
2) What is the billionaire item flag?
Ans - THM{credit_card_undeclined}
3) What is the biometric flag?
Ans - THM{dont_smash_your_keyboard}
------------------------------------------------------------------------------------------------------------------------------------------