mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Comments for OLE2 extractor.
This commit is contained in:
parent
dd1729059c
commit
7a46253675
1 changed files with 2 additions and 0 deletions
|
@ -3177,6 +3177,8 @@ export function extractOLE2(bytes, offset) {
|
||||||
|
|
||||||
// If we have found a valid entry, move forwards by 128.
|
// If we have found a valid entry, move forwards by 128.
|
||||||
if (found) {
|
if (found) {
|
||||||
|
|
||||||
|
// Every entry is at least 128 in size, some are bigger which is dealt with by the above if statement.
|
||||||
total += 128;
|
total += 128;
|
||||||
stream.moveForwardsBy(128);
|
stream.moveForwardsBy(128);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue