HTML 파싱 ■ 설치 (Windows) http://www.crummy.com/software/BeautifulSoup/ 압축 해제 후 cmd 명령으로 "setup.py install" import 1 from bs4 import BeautifulSoup ■ 코딩 from bs4 import BeautifulSoup html_source = "코드" soup = BeautifulSoup(html_source) print soup.div.table('td')[1].text #div -> table 중 td 2번 째 값 data만 출력 더보기 CodeEngn Basic 20 This program needs a key file. What does the data in the file crackme3.key have to be to make it print the above message. Ex) 41424344454647 (This problem has multiple answers, so post your answer on the messageboard in a private thread and we will verify it for you.) CreateFile = CRACKME3.KEY ReadFile = 18byte 1 Byte xor A = C..8 Byte xor N = n 9 Byte xor O = null if ( null ) = break Hex Edit 끝.. 더보기 CodeEngn Basic 19 How many milliseconds does it take for this program to terminate Autoit = UPX UPX를 풀어주고 milliseconds와 관련있는 timeGetTime() 함수를 표적 처음 timeGetTime 함수를 호출 후 값을 ESI에 백업후 다시 호출 하여 EAX와 비교 후 크면 분기 EAX와 ESI 뺀값을 EBX+4 값과 비교하여EAX가 크면 종료 작으면 반복비교값 EBX+4 시간차 기준이므로 Key 더보기 이전 1 2 3 4 ··· 9 다음