From 67656185debe595967d40c10b004a956507285c0 Mon Sep 17 00:00:00 2001 From: Dipon Roy Date: Thu, 9 Jan 2020 23:14:01 +0600 Subject: [PATCH] Readme doc update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b4e664..e73195a 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ Usage ------- ``` powershell - AsemblyHasher.exe SomeLibrary.dll - AsemblyHasher.exe SomeApp.exe + AssemblyHasher.exe SomeLibrary.dll + AssemblyHasher.exe SomeApp.exe # ignore AssemblVersion and AssemblyFileVersion - AsemblyHasher.exe --ignore-versions SomeLibrary.dll + AssemblyHasher.exe --ignore-versions SomeLibrary.dll # hash multiple files at once - AsemblyHasher.exe SomeLibrary.dll Another.dll A3rdone.dll + AssemblyHasher.exe SomeLibrary.dll Another.dll A3rdone.dll # other files (not *.dll|exe) content gets hashed too - AsemblyHasher.exe SomeLibrary.dll Picture.jpeg REAME.md + AssemblyHasher.exe SomeLibrary.dll Picture.jpeg REAME.md ``` The output is a hash (using [MurMur-128](http://en.wikipedia.org/wiki/MurmurHash)) of assembly contents (source code + embedded resources, which are extracted using an embedded copy of ildasm.exe).