A C# (.NET 6) tool to compare the file signature of files recursively and inform the user of matches and mismatches
-
Updated
Sep 17, 2024 - C#
A C# (.NET 6) tool to compare the file signature of files recursively and inform the user of matches and mismatches
參考自 安全框架︰輸入驗證 | 風險降低確定在接受使用者的檔案時已備妥適當的控制 區段中的程式碼,再加以調整。 主要就是讀取檔案中的 signatures(magic numbers or Magic Bytes) 來比較。
Add a description, image, and links to the filesignatures topic page so that developers can more easily learn about it.
To associate your repository with the filesignatures topic, visit your repo's landing page and select "manage topics."