会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lu3ky-Athena
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2020年9月19日
进程一
摘要: #include<stdio.h> #include<windows.h> int i = 1; DWORD WINAPI ThreadProc(LPVOID lpParameter) { for(int i = 0; i < 1000; i++){ Sleep(1000); printf(" \n
阅读全文
posted @ 2020-09-19 17:28 w_athena
阅读(141)
评论(0)
推荐(0)
2020年9月18日
PE工具实现
摘要: #include "stdafx.h" #include"resource.h" #include <psapi.h> #include <Tlhelp32.h> #include <commctrl.h> #include <string.h> #include<stdlib.h> #includ
阅读全文
posted @ 2020-09-18 22:03 w_athena
阅读(231)
评论(0)
推荐(0)
2020年9月15日
PE工具界面一
摘要: // 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)
PE各种操作
摘要: #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)
汇编指令repne scas byte ptr es:[edi]
摘要: 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)
Dialog
摘要: //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)
2020年9月14日
按钮
摘要: #include<windows.h> #include <stdio.h> #include <stdarg.h> #include <ctype.h> HINSTANCE hAppInstance; LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPA
阅读全文
posted @ 2020-09-14 18:30 w_athena
阅读(132)
评论(0)
推荐(0)
2020年9月10日
点和线的绘制一
摘要: #include<windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdL
阅读全文
posted @ 2020-09-10 17:54 w_athena
阅读(123)
评论(0)
推荐(0)
2020年9月8日
滚动条二
摘要: //此程序不知道什么问题横滚动条没有实现#include<windows.h> #include"framework.h" LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInst
阅读全文
posted @ 2020-09-08 21:29 w_athena
阅读(137)
评论(0)
推荐(0)
2020年9月7日
文本输出与滚动条
摘要: #include<windows.h> #include"SYSMET.h" LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevIn
阅读全文
posted @ 2020-09-07 12:53 w_athena
阅读(201)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告