You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./apimonitor.py", line 55, in
a = apk.APK(args.filename)
File "/home/pro/Downloads/droidbox-master/APIMonitor/androguard/core/bytecodes/apk.py", line 185, in init
self.get_files_types()
File "/home/pro/Downloads/droidbox-master/APIMonitor/androguard/core/bytecodes/apk.py", line 277, in get_files_types
m = magic.Magic(magic_file=self.magic_file)
TypeError: init() got an unexpected keyword argument 'magic_file'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "./apimonitor.py", line 55, in
a = apk.APK(args.filename)
File "/home/pro/Downloads/droidbox-master/APIMonitor/androguard/core/bytecodes/apk.py", line 185, in init
self.get_files_types()
File "/home/pro/Downloads/droidbox-master/APIMonitor/androguard/core/bytecodes/apk.py", line 277, in get_files_types
m = magic.Magic(magic_file=self.magic_file)
TypeError: init() got an unexpected keyword argument 'magic_file'
The text was updated successfully, but these errors were encountered: