-
Hi Decalage
For a long while I've been looking to make a VBA IDE outside of the VBE (because the VBE is rubbish) and I personally feel VBA macros should be writable outside Microsoft Office, even i…
-
Add several keywords to detect macros that attempt to disable protection to run self-modifying VBA code, as described in those articles:
- https://thehackernews.com/2017/11/ms-office-macro-malware.ht…
-
Attached is an example excel spreadsheet with embedded macros. It is completely undetected by the spamassassin-vba-macro and I'm not sure why. The attached excel XLS spreadsheet is a good example. …
-
I have a project that used Microsof.Office.Interop to call VBA macros and retrieve the result, which was of clsWorkResult type (defined as a class in VBA). In C# I could have read the result like this…
-
In VBA_Project.extract_macros(), if for any reason (e.g. malformed data) it is impossible to parse the VBA project stream to obtain information about VBA modules, all streams are checked to determine …
-
## Summary
Integrating WelsonJS with Microsoft Office (e.g., Excel). Enables the creation of Office macros using the ECMAScript syntax of WelsonJS.
The means by which this is made possible current…
-
At least with strong encryption added to MS Office 2010, VBA macros are hidden in the encrypted package, and olevba/mraptor cannot detect them.
Need to detect encryption (in each format: OLE, OpenXML…
-
### Información
- **Versión de Foundry: X.X.X**
- **Versión del sistema: X.X.X**
- **Navegador: Desktop|Chrome|Firefox|Safari...**
- **Tipo de sugerencia: Cambio|Nueva característica|Mejora**
…
-
When running olevba against a document the following error is displayed
```
$ olevba fdce84323cc9aaae25aa72f1c6a97f8b7f6b9ec0b5281a499e11918dfa3674ae
olevba 0.52 - http://decalage.info/python/ole…
-
微软的这个网站:
https://docs.microsoft.com/zh-cn/office/vba/library-reference/concepts/getting-started-with-vba-in-office#macros-and-the-visual-basic-editor
只能用“手动选框模式”,但是简悦的显示效果不太理想,跟网站的原始效果相差好远。