vbc.exe

Binary file used for compile vbs code

Compile

Compile attacker code on system. Bypass defensive counter measures.

vbc.exe /target:exe {PATH_ABSOLUTE:.vb}

Binary file used by .NET to compile Visual Basic code to an executable. — MITRE: T1127 — Privileges: User

Compile attacker code on system. Bypass defensive counter measures.

vbc -reference:Microsoft.VisualBasic.dll {PATH_ABSOLUTE:.vb}

Binary file used by .NET to compile Visual Basic code to an executable. — MITRE: T1127 — Privileges: User