IOS reverse
We need a MacOS(or VMWare Virtual Machine)(Version > MacOS 10.15)
and Ipad/Iphone(Version > iOS 11)
. We can refer to link1.
We need a MacOS(or VMWare Virtual Machine)(Version > MacOS 10.15)
and Ipad/Iphone(Version > iOS 11)
. We can refer to link1.
We have a pronographic live streaming app with 2 restrictions: 1. Pop up prompts that only VIPs can watch the live stream. 2. Non VIP can only watch for 15s. As this app is shell added, we need to use frida-dexdump
for shell removal. we can get workflow from link1.
I will learn about react since i am develop a image caption demo and deploy it using react. Study reference link is link. This link is learn how to develop a tic-tac-toe.
This homework will accomplish a context-insensitive pointer analysis, and build a call graph. This call graph will be more precise than call graph build by CHA. This pointer analysis algorithm handles 4 type pointers (local variables[Assign]/instance field[Store and Load]/instance call[]/static field/array index) and static method call.