KeyLogger_Windows:用 C++ 编写的简单键盘记录器

时间:2021-06-10 06:52:21
【文件属性】:
文件名称:KeyLogger_Windows:用 C++ 编写的简单键盘记录器
文件大小:12.57MB
文件格式:ZIP
更新时间:2021-06-10 06:52:21
C++ 键盘记录器 这是我的第一个项目。 这是一个完全用 C++ 编写的基本键盘记录器,使用了“GetAsyncKeyState”API 这是用 Microsoft Visual Studio Ultimate 2013 编写的 #特征: 监控击键 隐身 记录获取活动窗口名称 #即将到来的: 隐身(完毕) 支持没有可打印 ASCII 等效字符的键(例如退格、制表符等) 区分大小写字母 自动截图 将日志发送到电子邮件 还有很多 代码的可执行文件存在于 /debug 目录中 源代码存在于 /KeyLogger 目录中 输出文本文件将保存在与可执行文件相同的目录中 为了自己构建可执行文件在 Microsoft Visual Studio Ultimate 2013 中转到 Build->Build Solution(或按 F7)在 Dev-c++ 中只需编译代码,您将在与源代码相同的目录中获得可
【文件预览】:
KeyLogger_Windows-master
----KeyLogger_Windows.sln(975B)
----.gitignore(574B)
----LICENSE.md(1KB)
----KeyLogger_Windows.sdf(30.94MB)
----Debug()
--------KeyLogger_Windows.exe(1.03MB)
--------KeyLogger_Windows.ilk(2.47MB)
--------KeyLogger_Windows.pdb(5.68MB)
----README.md(932B)
----KeyLogger_Windows()
--------KeyLogger_Windows.vcxproj(4KB)
--------Debug()
--------KeyLogger_Windows.vcxproj.filters(1KB)
--------KeyLogger_Windows.h(165B)
--------Source.cpp(2KB)
----KeyLogger_Windows.v12.suo(20KB)
----.gitattributes(378B)

网友评论