mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Made GIF extractor more robust
This commit is contained in:
@@ -2851,7 +2851,6 @@ export function extractBZIP2(bytes, offset) {
|
||||
stream.moveTo(0);
|
||||
}
|
||||
stream.moveForwardsBy(4);
|
||||
console.log("test: ", stream.position.toString(16));
|
||||
return stream.carve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user