A couple of small hacky tools for searching a random file for specific filetypes (i.e. bmp, wav) and dumping them to a file
Go to file
zongor cef46fa34d add wav, bitmap, and generic extractor 2023-04-12 23:51:47 -04:00
.gitignore Initial commit 2023-04-12 23:50:30 -04:00
LICENSE Initial commit 2023-04-12 23:50:30 -04:00
README.md Initial commit 2023-04-12 23:50:30 -04:00
bitmapdump.c add wav, bitmap, and generic extractor 2023-04-12 23:51:47 -04:00
extract.c add wav, bitmap, and generic extractor 2023-04-12 23:51:47 -04:00
wavdump.c add wav, bitmap, and generic extractor 2023-04-12 23:51:47 -04:00

README.md

file_dump_tools

A couple of small hacky tools for searching a random file for specific filetypes (i.e. bmp, wav) and dumping them to a file