mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Comments for OLE2 extractor.
This commit is contained in:
@@ -3016,6 +3016,8 @@ export function extractOLE2(bytes, offset) {
|
||||
|
||||
// If we have found a valid entry, move forwards by 128.
|
||||
if (found) {
|
||||
|
||||
// Every entry is at least 128 in size, some are bigger which is dealt with by the above if statement.
|
||||
total += 128;
|
||||
stream.moveForwardsBy(128);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user