资源简介
可以获取当前Windows用户的登录密码。附C++源码
代码片段和文件信息
// GetPassword.cpp : Defines the entry point for the console application.
//
#include “stdafx.h“
#include “GetPassword.h“
#include “process.h“
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#pragma comment(lib“secur32.lib“)
#pragma warning(disable:4146)
#define RtlEqualLuid(L1 L2) (((L1)->LowPart == (L2)->LowPart) && ((L1)->HighPart == (L2)->HighPart))
bool lsassOK = false;
PBASIC_MODULEENTRY pModWDIGEST = NULL;
PWDIGEST_LIST_ENTRY l_LogSessList = NULL;
long offsetWDigestPrimary = 0;
OSVERSIONINFOEX GLOB_Version;
//HANDLE g_hProc = INVALID_HANDLE_VALUE;
//BYTE *g_pModule = NULL;
//DWORD g_SizeOfModule = 0;
P属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-11-17 10:49 GetPassword\
目录 0 2013-11-17 10:49 GetPassword\Debug x64\
文件 1460224 2013-02-28 18:47 GetPassword\Debug x64\GetPassword.exe
目录 0 2013-11-17 10:49 GetPassword\Debug x86\
文件 1153024 2013-02-28 18:47 GetPassword\Debug x86\GetPassword.exe
目录 0 2013-11-17 10:49 GetPassword\GetPassword\
目录 0 2013-11-17 10:50 GetPassword\GetPassword\Debug x64\
目录 0 2013-11-17 10:50 GetPassword\GetPassword\Debug x86\
文件 26937 2013-02-28 18:47 GetPassword\GetPassword\GetPassword.cpp
文件 2199 2013-02-28 12:15 GetPassword\GetPassword\GetPassword.h
文件 12032 2013-02-28 14:15 GetPassword\GetPassword\GetPassword.vcxproj
文件 1743 2013-02-26 08:36 GetPassword\GetPassword\ReadMe.txt
文件 9299 2013-02-28 12:11 GetPassword\GetPassword\process.cpp
文件 9007 2013-02-28 12:15 GetPassword\GetPassword\process.h
文件 298 2013-02-26 08:36 GetPassword\GetPassword\stdafx.cpp
文件 405 2013-02-27 13:52 GetPassword\GetPassword\stdafx.h
文件 314 2013-02-26 08:36 GetPassword\GetPassword\targetver.h
文件 1704 2013-02-28 13:21 GetPassword\GetPassword.sln
文件 48640 2013-02-28 18:47 GetPassword\GetPassword.v11.suo
相关资源
- c++ 数字键盘设计(源码)
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
-
c++ xm
lRPC - rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- iCord-屏幕录制(c++源码)
- 用ADO 对C++连接ORACLE 数据库
- 基于libevent 实现的http服务C++(myhttp
- 多人聊天室c++源码(附服务器端以及
- c++ 不打开图档可替换字符串源码
- opencv:视频图片相互转换程序
- VC++图片控件(Picture Control)显示资源
- Opencv3中SIFT算法详解
- MFC图片操作(PRO5_PNGDlg.cpp)
- c++ 实现 凯撒加密、解密
评论
共有 条评论