2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Tidied up ICO extractor

This commit is contained in:
n1474335
2019-12-20 15:04:27 +00:00
parent be59efbd6b
commit b8afbf7458

View File

@@ -2942,7 +2942,7 @@ export function extractBMP(bytes, offset) {
export function extractICO(bytes, offset) {
const stream = new Stream(bytes.slice(offset));
// Move to number of file there are.
// Move to number of files there are.
stream.moveTo(4);
// Read the number of files stored in the ICO