A library designed to simplify file type detection. By utilizing magic numbers to identify file types within your C# projects you can safely determine file types, rather than relying on file extensions which can be changed.
$ dotnet add package Martin.FileTools.MagicNumberAnalyzerA library designed to simplify file type detection. By utilizing magic numbers to identify file types within your C# projects you can safely determine file types, rather than relying on file extensions which can be changed.
More information: https://github.com/Azmekk/Magic-Number-Analyzer