mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Made GIF extractor more robust
This commit is contained in:
parent
e2057c6360
commit
d44d5b0a88
1 changed files with 0 additions and 1 deletions
|
@ -2851,7 +2851,6 @@ export function extractBZIP2(bytes, offset) {
|
||||||
stream.moveTo(0);
|
stream.moveTo(0);
|
||||||
}
|
}
|
||||||
stream.moveForwardsBy(4);
|
stream.moveForwardsBy(4);
|
||||||
console.log("test: ", stream.position.toString(16));
|
|
||||||
return stream.carve();
|
return stream.carve();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue