myrmec
myrmec copied to clipboard
This library is used to detect real file format type via file hex head (identify file format by header).
"myrmec" can't identify raw text files such as .txt, .css, .js, .json and etc.
I want to validate an uploaded file by detecting the real type of it. For example, imagine injecting a web-shell script into some part of the image file (e.g: end...

First of all, thank you for this useful library I like that and it is what I really wanted :) Why don't you create an extension->record dictionary or factory so...
This library looks really good, any chance this can be updated to NET6 and up?