https://github.com/property404/file-has
Check if one binary file contains another
https://github.com/property404/file-has
Last synced: about 1 year ago
JSON representation
Check if one binary file contains another
- Host: GitHub
- URL: https://github.com/property404/file-has
- Owner: Property404
- Created: 2021-04-21T00:11:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T22:28:35.000Z (about 5 years ago)
- Last Synced: 2025-02-02T11:41:39.870Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File-Has
Simple utility to determine if one binary file contains another.
## Usage
```bash
file-has big.bin small.bin
```
## License
MIT