摘要:
下载地址:http://files.cnblogs.com/tk091/crackme1.7z得到一个crackme,首先我们要对其进行分析,从而考虑如何下手,首先查壳,当然是无壳的了,然后运行程序,了解大致的情况。发现这是一个控制台程序,载入OD运行,看下OD的注释,发现有 1 0040139E |. 52 push edx ; /pWSAData 2 0040139F |. 68 02020000 push 0x202 ; |Requ... 阅读全文
摘要:
1 // 5nt.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include "stdio.h" 6 #include "windows.h" 7 8 int main(int argc, char* argv[]) 9 {10 char szFileName[]="C:\\Program Files\\*.*";11 WIN32_FIND_DATA findDate;12 HA 阅读全文