mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #150] [MERGED] Keylogger hook #1004
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1004
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:dev📝 Commits (2)
69c9576initial keylogger hook12ed282Keylogger 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.