-
Notifications
You must be signed in to change notification settings - Fork 41
Description
sudo python android_embedit.py -kp howto -kn howto -ks howto.keystore Spotify_Premium_v8.6.32.925_MOD.apk msf.apk
[]===============================
[] Android EmbedIt Version 1.0
[] Author: Joff Thyer
[] Copyright (c) 2018
[*]===============================
[] apktool decompiling [Spotify_Premium_v8.6.32.925_MOD.apk]
[] apktool decompiling [msf.apk]
[*] Main Activity is: com.spotify.music.MainActivity
Traceback (most recent call last):
File "android_embedit.py", line 224, in
ae.run()
File "android_embedit.py", line 33, in run
self.modify_entrypoint(main)
File "android_embedit.py", line 90, in modify_entrypoint
self.pdir1 = self.randstr()
File "android_embedit.py", line 41, in randstr
return ''.join(random.choices(chset, k=length))
AttributeError: 'module' object has no attribute 'choices'