android_of_theseus/frida/theseus_frida/app_exploration.py
2025-04-04 11:34:57 +02:00

7 lines
137 B
Python

def explore_app():
manual_exploration()
def manual_exploration():
print("==> Press ENTER to end the analysis <==")
input()