Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
/ WavePirate Public archive

Extracts RIFF WAVE files from raw binary data.

Notifications You must be signed in to change notification settings

jwueller/WavePirate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WavePirate

Utility for extracting RIFF WAVE files from raw binary data like memory dumps.

Build

Use Apache Ant to build the JAR by running the following command in the project directory:

ant clean jar

Usage

Run this command to extract all wave files from the source-file. If the output directory is omitted, all extracted files are placed in the current working directory.

java -jar WavePirate.jar source-file [output-directory]

About

Extracts RIFF WAVE files from raw binary data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages