Velocidex / oleparse

Golang parser for OLE files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Golang parser for OLE files

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%