PushpenderIndia / apkinfector

Advanced Android AV Evasion Tool Written In Python 3 that can Embed/Bind meterpreter APK to any Legitimate APK
283 stars 75 forks source link

Runtime error #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

[*] Changing default folder and filenames being flagged by AV [+] Changed Successfully!

[*] Moving Meterpreter Payload to Normal/Legitimate APK [+] Moved Successfully!

[*] Trying to Find .smali File of Launcher Traceback (most recent call last): File "/root/apkinfector/infector.py", line 322, in hook_meterpreter_in_apk(VAR1, VAR2, VAR3) File "/root/apkinfector/infector.py", line 167, in hook_meterpreter_in_apk lineNumber = int(lineNumber.decode().split('\n')[0]) - 1 ValueError: invalid literal for int() with base 10: ''

Do you have any idea?

ghost commented 3 years ago

I solved the problem. Thanks for your perfect code!!!