magic-numbers
There are 60 repositories under magic-numbers topic.
sindresorhus/file-type
Detect the file type of a file, stream, or data
h2non/filetype
Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
gabriel-vasile/mimetype
A fast Golang library for media type and file extension detection, based on magic numbers
bryanjclark/SwiftTweaks
Tweak your iOS app without recompiling!
danielstjules/buddy.js
Magic number detection for JavaScript
h2non/filetype.py
Small, dependency-free, fast Python package to infer binary file types checking the magic numbers signature
povils/phpmnd
PHP Magic Number Detector
ua-nick/fleep-py
File format determination library for Python
JuliaIO/FileIO.jl
Main Package for IO, loading all different kind of files
tommy-muehle/go-mnd
Magic number detector for Go.
zRedShift/mimemagic
Powerful and versatile MIME sniffing package using pre-compiled glob patterns, magic number signatures, XML document namespaces, and tree magic for mounted volumes, generated from the XDG shared-mime-info database.
file-validator/file-validator
The first Python validation package uses type, mime, extension, magic numbers, and size to validate files. ✅
liamg/magic
:tophat::rabbit2: Toolkit for detecting and verifying file type using magic bytes in pure Golang
SoftCreatR/php-mime-detector
Detect a file's mime type using magic numbers.
DavidBuchanan314/magic-numbers
magically import magic number constants
JuliaIO/FileTypes.jl
Small and dependency-free Julia package to infer file and MIME type checking the magic numbers signature.
0xbrock/FileTypeChecker
File Type Checker is a .Net file identification library allowing developers to verify the file's magic numbers/identifying bytes against a whitelist.
rzashakeri/django-audio-validator
Django audio validator that verifies the mime and extension of audio files.
jiro4989/filetype
Small and dependency free Nim package to infer file and MIME type checking the magic numbers signature.
enlnt/kdb-magic
UNIX "file" command's magic patterns for kdb+ files.
maitag/whatformat
little haxe library that detects various formats by parsing header or filename
ArcanaFramework/fileformats
a Python package for the specification, validation and manipulation of file formats and types
liqueurdetoile/blob-compare
Small library to quickly compare two blobs based on blob attributes and fallback to binary string conversion
nathan-watson-uk/FiSiPy
FiSiPy is a tool used to analyse and check a file type using file signatures (magic numbers).
pH-7/PHP-type-names
👉 "PHP type names" contains the list of constants for all PHP data types, to avoid hardcoding them 👌
ppai-plivo/go-mime-lib-compare
Comparison of Go MIME type detection libraries
SoranRad/MimetypeDetective
A simple library to find mimetype of a file, stream or buffer array via magic numbers in the header content. It contains over 480 samples that as hardcoded in the library. Detect mimetype of an extension string or mimetype string like “rar”, “exe”,” image/gif” …. It is possible to add more mimetypes in the library to detect files related to them. In fact, this library finds the mimetype via magic numbers.(https://20devs.com/find-mimetype/)
dingusdev/vgdatainspect
A simple file inspector for video games
ffdev-info/signature-development-utility
PRONOM, DROID Signature Development Utility source code.
isfett/php-analyzer
:mag: PHP-Analyzer
skyandrd/magic-numbers
Lets check some magic numbers!
vicajilau/file_magic_number
A Flutter package to detect file types based on their magic number instead of MIME types. Supports Flutter on mobile, desktop, and web without native code.
gaurav-gogia/v-valid
A simple library for validating & checking file types. Written in V
geofmureithi-zz/filetypes
Filetypes is a Javascript library that helps you validate or guess the file and mine types of files using magic numbers
shinnn/is-cwebp-readable
Check if a Buffer/Uint8Array is available for cwebp image source
someodd/filesig
Discern a file's type by its file signature/magic number using pure Haskell.