Update pe-properties.py

This commit is contained in:
rad9800
2022-07-12 02:13:28 +01:00
committed by GitHub
parent 10d5fed9ba
commit bd3776c1c6
+1 -1
View File
@@ -66,4 +66,4 @@ if __name__ == "__main__":
strings = "\\\\live.sysinternals.com@SSL\\DavWWWRoot\\strings.exe -accepteula -n 7 " + sys.argv[1]
os.system(strings)
except:
print("python3 measure.py <path to executable>")
print("python3 pe-properties.py <path to executable>")