vbscript
wei = ""
function UnEncode(cc)
for i = 1 to len(cc)
if mid(cc,i,1)<>"มี" then
temp = Mid(cc, i, 1) + temp
else
temp=vbcrlf&temp
end if
next
UnEncode=temp
end function
document.write(UnEncode(wei))
반응형
'Information Security > Malware' 카테고리의 다른 글
Network Tool - Fiddler Web Debugger (2) | 2013.09.17 |
---|---|
Analysis Tool - Structured Storage Viewer(SSView) (0) | 2013.09.15 |
공다팩에 대한 생각 (0) | 2013.08.27 |
php obfuscation (0) | 2013.08.10 |
Dehydrating a string Technique (1) | 2013.07.26 |