mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Comments to OLE2 extractor
This commit is contained in:
parent
7a46253675
commit
8d2eeb75b0
1 changed files with 2 additions and 0 deletions
|
@ -3163,6 +3163,8 @@ export function extractOLE2(bytes, offset) {
|
|||
|
||||
// Move forwards by the size of the comp obj.
|
||||
if (element[2] === "Comp Obj") {
|
||||
|
||||
// The size of the Comp Obj entry - 128. Since we add 128 later.
|
||||
total += (128*6);
|
||||
stream.moveTo(total);
|
||||
} else if (element[2] === "Entry") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue