-
DLL Inyection 示例
非常有用的例子,用 C 编写的 dll inyection
32 位 Windows 用户模式基于 DLL 的代码注入类的实现 (XP 及以上)
- 2022-12-24 18:55:03下载
- 积分:1
-
时间管理器,以计算机系统时间为准管理时间
时间管理器,以计算机系统时间为准管理时间-Time management, and to computer systems based on the time management time
- 2022-10-10 21:56:03下载
- 积分:1
-
特殊的浏览文件夹
特殊的浏览文件夹-Browse a special folder
- 2023-03-29 13:10:03下载
- 积分:1
-
用一个生产工具,用于局域网天、小时、服务器和客户端组件2。
一个用vb制作的局域网络天工具,分服务器端和客户端2部分。-with a production tool for LAN days, hours, server and client component 2.
- 2022-03-22 14:41:50下载
- 积分:1
-
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!...
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!-vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a mobile so that the graphics and some fun too!
- 2022-02-07 03:04:24下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
a cool RSA encryption source code, I actually very good application performance...
一个超酷的RSA加密源代码,我在实际应用中表现很好,可以达到128位以上的加密。-a cool RSA encryption source code, I actually very good application performance can be achieved over 128 encryption.
- 2023-07-04 20:10:03下载
- 积分:1
-
VB制作的自动取款机取款代码,是小弟我自己做的,有许多不足,请多多指教...
VB制作的自动取款机取款代码,是小弟我自己做的,有许多不足,请多多指教
-VB produced automatic teller machine withdrawals code, is the younger, I do for myself, there are many deficiencies, exhibitions
- 2022-01-21 21:02:53下载
- 积分:1
-
ie工具栏源码,非常实用,可以修改为自己的工具栏
ie工具栏源码,非常实用,可以修改为自己的工具栏-Toolbar source ie, very practical, you can modify for their own toolbars
- 2022-02-11 20:17:31下载
- 积分:1
-
search for IP addresses, opening a port of machinery. Single
搜索一段IP地址内,开放某个端口的机器。单线程搜索,有点慢。-search for IP addresses, opening a port of machinery. Single-threaded searching, a bit slow.
- 2022-02-28 17:49:36下载
- 积分:1