mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
ExtractWAV fixed
This commit is contained in:
parent
ace8121d0e
commit
d9b7fe2bb9
1 changed files with 1 additions and 1 deletions
|
@ -2972,7 +2972,7 @@ export function extractWAV(bytes, offset) {
|
|||
stream.moveTo(4);
|
||||
|
||||
// Move to file size.
|
||||
stream.moveTo(stream.readInt(4, "le"));
|
||||
stream.moveTo(stream.readInt(4, "le") + 8);
|
||||
|
||||
return stream.carve();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue