Обфускация кода
- 1 ответ
- 0 вопросов
1
Вклад в тег
function fx(d, s, id) { ... }
fx(document, 'script', 'jssdk');
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.CreateTextFile("D:\Temp.txt")
Dim myText: myText = GetText
objFile.Write myText
objFile.Close
Function GetText
GetText = "b" + "o" + chr( 1095348/9868 ) & "l" + "E" ...
End Function