palashtaru1984

Results 1 comments of palashtaru1984

> Open kwetza.py script, edit: > #NOW WE NEED TO DECOMPILE THE APPLICATION > command = ["apktool", "d", ""+cwd+"/"+sys.argv[1]] > p = subprocess.Popen(command, stdout=subprocess.PIPE) > result = p.communicate()[0] > (remove...