Miller1990

Results 1 issues of Miller1990

Hi, I’m trying to spawn a mobile application using the following python code taken from (https://www.frida.re/news/ ) : ``` import frida app = "com.atebits.Tweetie2" print ("[*] Spawning " + str(app))...