An open API service indexing awesome lists of open source software.

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

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