Package 'ovbars'

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

Help Index


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.

Description

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.

Usage

ovbar_meta(name)

Arguments

name

the path to the input file


Returns a list of macro sources found in the vba binary. The list is sorted alphabetically.

Description

Returns a list of macro sources found in the vba binary. The list is sorted alphabetically.

Usage

ovbar_out(name)

Arguments

name

the path to the input file