mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Comments to OLE2 extractor
This commit is contained in:
@@ -3002,6 +3002,8 @@ export function extractOLE2(bytes, offset) {
|
|||||||
|
|
||||||
// Move forwards by the size of the comp obj.
|
// Move forwards by the size of the comp obj.
|
||||||
if (element[2] === "Comp Obj") {
|
if (element[2] === "Comp Obj") {
|
||||||
|
|
||||||
|
// The size of the Comp Obj entry - 128. Since we add 128 later.
|
||||||
total += (128*6);
|
total += (128*6);
|
||||||
stream.moveTo(total);
|
stream.moveTo(total);
|
||||||
} else if (element[2] === "Entry") {
|
} else if (element[2] === "Entry") {
|
||||||
|
|||||||
Reference in New Issue
Block a user