scanignore = getpaths('scanignore')
scandelete = getpaths('scandelete')
+ ms = magic.open(magic.MIME_TYPE)
+ ms.load()
+
def toignore(fd):
for i in scanignore:
if fd.startswith(i):
if suspect in curfile.lower():
handleproblem('usual supect', fd, fp)
- mime = magic.from_file(fp, mime=True)
+ mime = ms.file(fp)
if mime == 'application/x-sharedlib':
handleproblem('shared library', fd, fp)
elif mime == 'application/x-archive':
if 'DexClassLoader' in line:
handleproblem('DexClassLoader', fd, fp)
break
+ ms.close()
# Presence of a jni directory without buildjni=yes might
# indicate a problem (if it's not a problem, explicitly use