mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Fixed the magic bug where it wouldnt recommended operations that resulted in lists of files
This commit is contained in:
@@ -2947,7 +2947,7 @@ export function extractWAV(bytes, offset) {
|
||||
stream.moveTo(4);
|
||||
|
||||
// Move to file size.
|
||||
stream.moveTo(stream.readInt(4, "le") - 4);
|
||||
stream.moveTo(stream.readInt(4, "le"));
|
||||
|
||||
return stream.carve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user