collect classloaders on the fly
This commit is contained in:
parent
b86bf08229
commit
ba02e70dcc
5 changed files with 58 additions and 26 deletions
7
frida/theseus_frida/app_exploration.py
Normal file
7
frida/theseus_frida/app_exploration.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
def explore_app():
|
||||
manual_exploration()
|
||||
|
||||
|
||||
def manual_exploration():
|
||||
print("==> Press ENTER to end the analysis <==")
|
||||
input()
|
||||
Loading…
Add table
Add a link
Reference in a new issue