Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cryptax/droidlysis
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptax committed Jan 9, 2024
2 parents 1615b95 + 8465f73 commit 79dd5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droidsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def is_packed(self):
filename))
missing = True

if missing and (self.properties.smali['dex_class_loader'] or self.properties.smali['dex_file']):
if missing and (self.properties.smali['dex_class_loader'] or self.properties.smali['dex_file'] or self.properties.smali['load_library'] or self.properties.smali['class_loader']):
self.properties.smali['packed'] = True

def extract_manifest_properties(self):
Expand Down

0 comments on commit 79dd5ed

Please sign in to comment.