https://github.com/darkseriuscode/bin-extractor
Extracts audio and images from binaries
https://github.com/darkseriuscode/bin-extractor
Last synced: 4 months ago
JSON representation
Extracts audio and images from binaries
- Host: GitHub
- URL: https://github.com/darkseriuscode/bin-extractor
- Owner: DarkSeriusCode
- License: mit
- Created: 2024-04-27T18:54:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T15:54:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T12:38:50.516Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bin extractor
Simple C program that extracts such files as images, audio from other binary files. Personally, I use this program only for extracting assets from visual novels ;-;
## Build
```
make release=1
sudo make install
bin-extractor -h
```
Usage example: `bin-extractor png ogg DATA` - it will extract all png and ogg files from DATA