A couple of small hacky tools for searching a random file for specific filetypes (i.e. bmp, wav) and dumping them to a file
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-04-12 23:51:47 -04:00
.gitignore 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
LICENSE Initial commit 2023-04-12 23:50:30 -04:00
README.md Initial commit 2023-04-12 23:50:30 -04:00
wavdump.c add wav, bitmap, and generic extractor 2023-04-12 23:51:47 -04:00

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