[PR #150] [MERGED] Keylogger hook #1004

Closed
opened 2026-02-27 15:52:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/150
Author: @ghost
Created: 5/19/2015
Status: Merged
Merged: 5/19/2015
Merged by: @MaxXor

Base: devHead: dev


📝 Commits (2)

  • 69c9576 initial keylogger hook
  • 12ed282 Keylogger hook implementation - barebones

📊 Changes

6 files changed (+181 additions, -200 deletions)

View changed files

📝 Client/Core/Keylogger/KeyloggerHelpers.cs (+19 -4)
📝 Client/Core/Keylogger/KeyloggerKeys.cs (+15 -11)
📝 Client/Core/Keylogger/Logger.cs (+122 -176)
📝 Client/Core/Keylogger/Win32.cs (+15 -4)
📝 Client/Program.cs (+2 -2)
📝 Server/Core/Build/Renamer.cs (+8 -3)

📄 Description

Bugs: Thread doesn't exit when disabling the hook, has something to do with message pump I believe

Todo: handle modifier keys in another manner. for example a user presses control, and while control is down the user decides to press a, the log will display [CTRL][CTRL + a]


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/150 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/19/2015 **Status:** ✅ Merged **Merged:** 5/19/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (2) - [`69c9576`](https://github.com/quasar/Quasar/commit/69c95769a6d51756b71a5b00ba4165d48a9fc225) initial keylogger hook - [`12ed282`](https://github.com/quasar/Quasar/commit/12ed28267d01837bb2458cccd71eca894b4d9ef2) Keylogger hook implementation - barebones ### 📊 Changes **6 files changed** (+181 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Keylogger/KeyloggerHelpers.cs` (+19 -4) 📝 `Client/Core/Keylogger/KeyloggerKeys.cs` (+15 -11) 📝 `Client/Core/Keylogger/Logger.cs` (+122 -176) 📝 `Client/Core/Keylogger/Win32.cs` (+15 -4) 📝 `Client/Program.cs` (+2 -2) 📝 `Server/Core/Build/Renamer.cs` (+8 -3) </details> ### 📄 Description Bugs: Thread doesn't exit when disabling the hook, has something to do with message pump I believe Todo: handle modifier keys in another manner. for example a user presses control, and while control is down the user decides to press a, the log will display [CTRL][CTRL + a] --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1004
No description provided.