Skip to content

Commit 361fd47

Browse files
author
@justyy
authored
Update vbs_obfuscator_base64.vbs
1 parent caa0591 commit 361fd47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vbs_obfuscator_base64.vbs

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
' Example
2+
' Source: msgbox "Hello, @justyy"
3+
' Obfuscated:
4+
' Function l(a): With CreateObject("Msxml2.DOMDocument").CreateElement("aux"): .DataType = "bin.base64": .Text = a: l = r(.NodeTypedValue): End With: End Function
5+
' Function r(b): With CreateObject("ADODB.Stream"): .Type = 1: .Open: .Write b: .Position = 0: .Type = 2: .CharSet = "utf-8": r = .ReadText: .Close: End With: End function
6+
' Execute l("TXNnQm94ICJIZWxsbywgQGp1c3R5eSI=")
7+
18
' https://isvbscriptdead.com/vbs-obfuscator/
29
Option Explicit
310

0 commit comments

Comments
 (0)