https://github.com/velocidex/oleparse
Golang parser for OLE files
https://github.com/velocidex/oleparse
Last synced: 6 months ago
JSON representation
Golang parser for OLE files
- Host: GitHub
- URL: https://github.com/velocidex/oleparse
- Owner: Velocidex
- License: mit
- Created: 2019-02-06T11:01:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T08:16:09.000Z (12 months ago)
- Last Synced: 2024-12-11T17:22:27.247Z (6 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parse VBA macros from office documents.
This work is the golang port of https://github.com/unixfreak0037/officeparser
The goal is to be able to extract VBA macros embedded within an office document.
The code tries to stay as close as possible to the python original,
even though the original code is not idiomatic for Go.