Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计一个键盘记录器来制作诸如“查询最多的 Google 字符串”之类的统计信息……用户会知道它是一个键盘记录器,而不是“秘密”。
我研究了 GetAsyncKeyState WinAPI 函数,但我也遇到过使用钩子。哪一个会占用最少的系统资源?记录击键的最有效方法是什么?
与其编写一个键盘记录器,它必须查看单个击键并手动尝试找出它们属于什么,我会编写一个浏览器插件,而不是查看被请求的实际 URL。然后您可以查找 Google 网址,并在检测到时查看正在提交的实际搜索词。比普通的键盘记录器更准确、更高效。