We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2034fd commit cccdeadCopy full SHA for cccdead
scripts/dmg_hashes.py
@@ -6,7 +6,7 @@
6
7
8
@Deject.plugin
9
-def elf_hashes():
+def dmg_hashes():
10
"""Print TLSH hash of a DMG file"""
11
with open(Deject.file_path, "rb") as f:
12
data = f.read()
0 commit comments