登录
首页 » Visual C++ » pwdspy

pwdspy

于 2010-06-11 发布 文件大小:29KB
0 246
下载积分: 1 下载次数: 5

代码说明:

  PasswordSpy is a program to reveal passwords in other programs. It uses Windows Hooks to inject its code into other processes in order to reveal the password. It works by taking advantage of a security hole in Windows.

文件列表:

PasswordSpy
...........\PasswordSpy.sln,1620,2009-09-15
...........\PwdSpy
...........\......\HookDllInterface.cpp,3442,2008-03-06
...........\......\HookDllInterface.h,728,2004-11-29
...........\......\HyperLink.cpp,2850,2009-09-15
...........\......\HyperLink.h,602,2009-09-15
...........\......\OSInfo.cpp,4602,2006-12-05
...........\......\OSInfo.h,748,2004-11-29
...........\......\PopupTipWnd.cpp,2389,2008-04-23
...........\......\PopupTipWnd.h,580,2004-01-15
...........\......\PwdSpy.cpp,1141,2009-09-15
...........\......\PwdSpy.h,601,2004-11-29
...........\......\PwdSpy.rc,6815,2010-03-31
...........\......\PwdSpy.vcproj,10431,2010-03-31
...........\......\PwdSpyDlg.cpp,15125,2008-04-23
...........\......\PwdSpyDlg.h,1981,2004-01-15
...........\......\res
...........\......\...\blank.ico
...........\......\...\hyperlink.cur,326,2004-01-15
...........\......\...\look.cur,2998,2004-01-15


...........\......\...\PwdSpy.manifest,711,2008-03-12
...........\......\...\PwdSpy.rc2,990,2004-01-15
...........\......\resource.h,1724,2009-09-15
...........\......\SingleInstance.cpp,859,2008-03-06
...........\......\SingleInstance.h,176,2004-11-29
...........\......\stdafx.cpp,21,2004-01-15
...........\......\stdafx.h,350,2010-03-31
...........\PwdSpyHk
...........\........\IPC.cpp,3214,2008-04-23
...........\........\IPC.h,517,2004-11-29
...........\........\PwdSpyHk.cpp,5373,2008-03-06
...........\........\PwdSpyHk.def,77,2004-01-15
...........\........\PwdSpyHk.h,538,2004-01-15
...........\........\PwdSpyHk.vcproj,6426,2010-03-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KeyHook0
    一个简单得键盘钩子程序 仅供初级得学习使用(a simple procedure in keyboard hook only in the initial learning)
    2006-05-31 23:00:14下载
    积分:1
  • QQ美女找茬 CQQFind
    QQ美女找茬 作弊器 在windows XP下测试通过。(QQ beauty finding fault cheating device)
    2020-06-26 00:40:02下载
    积分:1
  • InnerHook
    一个简单的 钩子小程序 屏蔽了 鼠标键盘,(A simple hook applet shielding mouse, keyboard,)
    2013-07-24 20:45:28下载
    积分:1
  • MousehookDemo
    调用鼠标钩子DLL的实例源码,希望对大家有所帮助(Call an instance of the mouse hook DLL source code, we want to help)
    2011-05-31 21:25:25下载
    积分:1
  • SSDTHookProcess
    使用SSDTHOOK实现防止进程结束的功能,供大家参考(Use SSDTHOOK realize the function of preventing the end of the process, for your reference)
    2020-06-28 21:40:02下载
    积分:1
  • P3-315
    先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’ ’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 (Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
    2012-06-30 12:33:52下载
    积分:1
  • VB调用VC的全局,屏蔽键盘任意键
    Vb 开发方便使用的键盘、鼠标钩子 hook(Vb development, easy to use keyboard, mouse hook, hook)
    2017-10-11 12:27:47下载
    积分:1
  • srcUDiskCpyManager_V2013_1012_1653
    防止向U盘中拷贝文件, Hook Win32API, 实现在WinXp下U盘 DLP Hook函数列表:CopyFileExW Win7(x86/x64)下U盘DLP Hook函数列表: CoCreateInstance, IFileOperation::CopyItems IFileOperation::MoveItems IFileOperation::NewItem IFileOperation::RenameItem (U disk to copy files to prevent, Hook Win32API, U disk under WinXp achieve DLP Hook Function list: CopyFileExW Win7 (x86/x64) under U disk DLP Hook Function list: CoCreateInstance, IFileOperation :: CopyItems IFileOperation :: MoveItems IFileOperation: : NewItem IFileOperation :: RenameItem)
    2021-01-27 11:38:35下载
    积分:1
  • FormatIO
    强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。(Forced to delete the file, no injection no driver no hook, the principle is to find the file lock handle, and then close the handle.)
    2017-03-08 23:18:04下载
    积分:1
  • Disable-key-combination
    本示例程序演示了如何在子窗体中禁止切换组合键和关闭组合键功能。(This sample program demonstrates how to disable the subform combination of keys on and off switching function key combinations.)
    2013-07-17 22:24:36下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载