SigHunter

A C# (.NET 6) tool to compare the file signature of files recursively and inform the user of matches and mismatches

MIT License

Stars
15
SigHunter - V0.3 - Initial Public Release Latest Release

Published by AndrewRathbun over 1 year ago

  • Tested on multiple file types and appears to be working reliably!
  • Signed .exe and .dll
SigHunter - V0.2

Published by AndrewRathbun over 1 year ago

  • Improve handling of file extensions/file signatures in the FileSignatures dictionary, which helps when different file extensions (.docx, .pptx, etc) have the same file signature, or when file types have different file signatures.
SigHunter - V0.1 - Initial Release

Published by AndrewRathbun over 1 year ago

  • Initial FileSignatures dictionary established
  • .NET6 project = fast!