mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Made GIF extractor more robust
This commit is contained in:
parent
51cc94bf2a
commit
f3864b00fe
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user