Title: | Accesses the 'ovba' rust library to extract vba binary files |
---|---|
Description: | Allows to read the contents of vba binary files. These files contain macro code embedded in Office Open XML. |
Authors: | Jan Marvin Garbuszus [aut, cre] |
Maintainer: | Jan Marvin Garbuszus <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.3 |
Built: | 2024-12-23 01:18:48 UTC |
Source: | https://github.com/JanMarvin/ovbars |
Returns a list of additional meta data of directories found in the vba binary. This is probably not useful for the user. The list is sorted alphabetically.
ovbar_meta(name)
ovbar_meta(name)
name |
the path to the input file |
Returns a list of macro sources found in the vba binary. The list is sorted alphabetically.
ovbar_out(name)
ovbar_out(name)
name |
the path to the input file |