sigbench/README.md

32 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-07-15 13:06:12 +00:00
# Signature Benchmark (short: Sigbench)
![Sigbench logo](https://raw.githubusercontent.com/cpz/sigbench/master/images/extension-logo.png)
2020-07-15 13:06:12 +00:00
[Sigbench](https://marketplace.visualstudio.com/items?itemName=cpz.Sigbench "Sigbench on Visual Studio Marketplace") is extension for Azure Pipelines.
## Test your binary files against signature scans
This extension will show you the percentage of difference and intersection. The higher the difference - the better, but vice versa with intersection.
2020-07-15 13:06:12 +00:00
You can also enable signatures display that match between two files.
2020-07-15 13:06:12 +00:00
## Contributing
2020-07-15 13:06:12 +00:00
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## ToDos
* md5, sha1, sha256, sha512 hashing for files.
* PE File Header (checksums of sections)
* Better effectively way to desire files difference.
2020-07-15 13:06:12 +00:00
## License
[MIT](https://choosealicense.com/licenses/mit/)
### Credits
Idea was taken from [Brendan Heinonen](https://github.com/staticinvocation "Brendan Heinonen") and his project [sigbench](https://github.com/staticinvocation/sigbench "sigbench made by Brendan Heinonen").
![Sigbench logo small](https://raw.githubusercontent.com/cpz/sigbench/master/images/extension-logo-small.png)