By altering P-Code to hide VBA macros it is possible to confuse macro analysis tools (used by AV).
This can be done manually using FlexHex, or more easily by using EvilClippy.
EvilClippy.exe -s fake.vba -g -r doc1.doc
-g Hide/Unhide macros from GUI -s Stomp VBA (abuse P-code) -r Set/reset random module names (fool analyst tools)
Private Sub AutoOpen() MsgBox "My nice fake code!" End Sub
http://www.flexhex.com/arrow-up-right
https://github.com/outflanknl/EvilClippyarrow-up-right
Last updated 2 years ago