oleparse icon indicating copy to clipboard operation
oleparse copied to clipboard

Golang parser for OLE files

Results 3 oleparse issues
Sort by recently updated
recently updated
newest added

As documented in https://msopenspecs.azureedge.net/files/MS-OVBA/%5bMS-OVBA%5d.pdf, section 2.3.4.2.1, the dir stream may contain an optional CompatVersionRecord. The ProjectConstants record is also optional and not required.

When encountering a REFERENCENAME record of the VbaProject dir stream where `reference_reserved` is not `0x003E` the code doesn't continue parsing from that point because the implementation used a switch-case, so...