소스 검색

Comments to OLE2 extractor

n1073645 5 년 전
부모
커밋
725b0d42f8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/core/lib/FileSignatures.mjs

+ 2 - 0
src/core/lib/FileSignatures.mjs

@@ -3002,6 +3002,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") {