mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Tidied up ICO extractor
This commit is contained in:
parent
fe57592aa3
commit
6a3500b844
1 changed files with 1 additions and 1 deletions
|
@ -2941,7 +2941,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue