It is a great movie clip and very impress to me.

I will watch this movie again and again, so I want to get some more courage and learn to love 


I just want to share this movie to others and want to talk about this subject 'The Power of Vulnerability'


Set WshShell = CreateObject("WScript.Shell")

WshShell.Run chr(34) & "bat 파일 경로" & Chr(34),0

Set WshShell = Nothing

import sys

import re


fp = open('20140827_target2.txt','r')

buffer = fp.read()

fp.close()


fp = open('20140827_result2.txt','w')


count = 1


test = re.findall('[a-zA-Z0-9]{2}',buffer)

t = []


for i in test:

if count % 2 == 1:

#t.append(int(i,16) - int('b5',16))

try:

#print chr(int(i,16) - int('b5',16))

t.append(chr(int(i,16) + int('4b',16)))

except:

pass

else:

try:

#print chr(int(i,16) - int('c6',16))

t.append(chr(int(i,16) + int('3a',16)))

except:

pass

count = count + 1

for i in t:

fp.write(i)

print i

fp.close()

http://asec.ahnlab.com/


0b464c9bebd10f02575b9d9d3a771db3

d0f3bf7abbe65b91434905b6955203fe

+ Recent posts