Skip to content

Commit 0293d6c

Browse files
committed
Merge branch 'master' of https://github.com/AlEscher/FileHasher
2 parents 8caec48 + 961558d commit 0293d6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Create and compare hashes of files and / or text.
33
Generate the hashes of the files you want (e.g. .exe and .dll) and compare this hash to the one generated at runtime.
44
By doing so you can detect updates for any game / software without relying on strings or version numbers inside the file. This approach also never touches the file in memory, it only reads it from the disk.
5+
6+
[![Release](https://img.shields.io/github/v/release/AlEscher/FileHasher?color=light-green&include_prereleases&style=plastic)](https://github.com/AlEscher/FileHasher/releases/latest) [![GitHub](https://img.shields.io/github/license/AlEscher/FileHasher?color=cyan&style=plastic)](https://github.com/AlEscher/FileHasher/blob/master/LICENSE)
57

68
## Speed:
79
In order to know what to expect in terms of performance, I did some tests with a blocksize of 16777216 (2^24) Bytes.

0 commit comments

Comments
 (0)