​​
摘要: // ssssa.cpp : Defines the entry point for the application. // #include "stdafx.h" #include"resource.h" #include <commctrl.h> #pragma comment(lib,"com 阅读全文
posted @ 2020-09-15 22:48 w_athena 阅读(205) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<stdlib.h> #include<Windows.h> #pragma warning(disable:4996) #define FILEPATH_IN "D:\\IPMSG2007.exe" #define FILEPATH_OUT "D 阅读全文
posted @ 2020-09-15 16:33 w_athena 阅读(228) 评论(0) 推荐(0)
摘要: 0040105C |. 8D7C24 0C lea edi,dword ptr ss:[esp+0xC]00401060 |. 83C9 FF or ecx,-0x1 ;将ecx置-100401063 |. 33C0 xor eax,eax00401065 |. F2:AE repne scas b 阅读全文
posted @ 2020-09-15 16:07 w_athena 阅读(376) 评论(0) 推荐(0)
摘要: //resource.h #define IDD_DIALOG_MAIN 101#define IDI_ICON_SMALL 102#define IDI_ICON_BIG 103#define IDC_EDIT_UserName 1000#define IDC_EDIT_PassWord 1001 阅读全文
posted @ 2020-09-15 15:43 w_athena 阅读(183) 评论(0) 推荐(0)