Coder Social home page Coder Social logo

keyboardrecorder's Introduction

C语言实现键盘记录器

开发语言:C

开发工具:Visual Studio 2019

开发时间:2019.8.7

开发者:Summer

参考课程:C/C++黑客技术:键盘记录器……

项目源码参考:C语言实现键盘记录器-源码


一、编写Crack.dll钩子,记录键盘操作

  源码参考:Crack

二、编写使用程序 CrackPassword

  源码参考:CrackPassword

三、使用说明

  双击运行CrackPassword\Release\CrackPassword.exe,会弹出运行窗口,之后即会记录所有键盘操作,生成文件CrackPassword.dat,保存在C盘根目录下,保存内容包含键盘操作的窗口的标题键盘输入

Alt

Alt

  文件保存目录可在Crack\Crack.cpp中39行进行自定义修改。

FILE* pFile = fopen("C:\\CrackPassword.dat", "a+");

  程序运行的显示窗口可在CrackPassword\CrackPassword.cpp中56行进行设置显示或者隐藏。

//ShowWindow(hWnd, SW_HIDE);	//隐藏程序运行窗口
ShowWindow(hWnd, SW_SHOW);		//显示程序运行窗口

keyboardrecorder's People

Contributors

zz2summer avatar

Stargazers

 avatar  avatar  avatar ExtcanaRy avatar  avatar Abai avatar  avatar Frank avatar  avatar Joey Wong avatar  avatar  avatar  avatar kepresidenan avatar 油鹿 avatar amekaki avatar  avatar w642833823 avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.