https://github.com/oldes/rebol-identify
Rebol3 identify function which identifies file types using their magic numbers.
https://github.com/oldes/rebol-identify
identify magic-numbers rebol rebol3
Last synced: 5 months ago
JSON representation
Rebol3 identify function which identifies file types using their magic numbers.
- Host: GitHub
- URL: https://github.com/oldes/rebol-identify
- Owner: Oldes
- License: mit
- Created: 2025-04-01T10:57:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T11:35:11.000Z (about 1 year ago)
- Last Synced: 2025-04-01T12:31:04.055Z (about 1 year ago)
- Topics: identify, magic-numbers, rebol, rebol3
- Language: Rebol
- Homepage:
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Oldes/Rebol-Identify/actions/workflows/main.yml)
[](https://app.gitter.im/#/room/#Rebol3:gitter.im)
# Rebol/Identify
[Rebol3](https://github.com/Oldes/Rebol3) `identify` function which identifies file types using their _magic numbers_.

## Usage
```rebol
import identify ;; import the module
identify %path/to/some/file
identify #{0000000C6A5020200D0A870A00000000667479706A707820}
```