-
crossboarder: 複数のExcelワークブックつまり複数のVBA Projectsを対象とし、プロジェクトの境目を跨ったcall graphを描くことを目的とするモード。矢印はモジュールからモジュールへの間を結ぶものになる。inter-modules linkage
inner: 一個のExcelワークブック即ち一個のVBA Projectを対象とし、そのプロジェクトに含まれる複数…
-
olevba 0.56 on Python 3.6.8 fails to parse 5522b698846ce0db6cd7e0ff2511ad93
```
olevba 0.56 on Python 3.6.8 - http://decalage.info/python/oletools
================================================…
-
Preferred style is:
- Use Dim Statement To Declare All VBA Variables
- Use Option Explicit In All VBA Modules
- Assign Every VBA Variable a Data Type
- Name VBA Variables With Descriptive Names
- One …
-
When executing the following procedure, in modules declared with different `Option Compare` statements, the user will get different results:
```vb
Sub test()
Debug.Print InStr(1, "abc", "ABC"…
-
Now you import a broken vba module file, the import fails. In a vba module, there is a source and a attributes. If you delete or comment out the attribute, vbe can not import files.
To recover, re…
-
**Affected tool:**
olevba latest 0.56dev
**Describe the bug**
Following stack is seen while scanning sample 0078fae36152dda270609a143aa492798288c232c43f9331dfea29251569cdfe.
Same error even if I…
-
The `mraptor-2` command uses Python 2.7, the `mraptor-3` uses Python 3.6, both on CentOS 7 (x86_64). The file is indeed the same, and the file still should be treated as malicious, thus this issue see…
-
Hi. I noticed that if you use Excel with different locale (example Russian), property Workbook.VbaProject.Modules starts throw InvalidOperationException("Vba module names can't contain unicode charact…
-
This is probably just a usage question.
I inherited a spreadsheet with a bunch of code in it. I am trying to extract it so I can put it in version control. If I open the macro list for ThisWorkbook…
-
Would it be a good idea to package this up as an Excel Add-In so that you can load it once it Excel and then use it in multiple Excel sheets (rather than having to load the modules into every Excel Wo…