mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #122] [CLOSED] New Keylogger #988
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#988
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/122
Author: @yankejustin
Created: 5/12/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
e1136dbMerge pull request #2 from MaxXor/master5b3e654Fix incorrect logging of special key combinations3da5754Added Escape Key to Keyloggerb59cee6Fixed highlighting keys that are not special0ab83c4Initial big changes to Keylogger030805dDocumentation for properties of Keylogger Keysdbc3cbeFixed AttributeTarget9993a4bLast of the big changes to the Keylogger601c6a8Fix: Added support for Extension Methods0ec1421Fixed a conditional and renamed a method📊 Changes
7 files changed (+1420 additions, -194 deletions)
View changed files
📝
Client/Client.csproj(+4 -0)➕
Client/Core/Keylogger/KeyloggerAttributes.cs(+39 -0)➕
Client/Core/Keylogger/KeyloggerHelpers.cs(+139 -0)➕
Client/Core/Keylogger/KeyloggerKeys.cs(+1003 -0)📝
Client/Core/Keylogger/Logger.cs(+173 -194)➕
Client/Core/Keylogger/Win32.cs(+53 -0)📝
Client/Program.cs(+9 -0)📄 Description
Hi!
Here is the re-written keylogger!
@MaxXor Please make a separate branch for this because there are a few more things that should be either fixed, added, or modified with this keylogger before it should be added to the main branch. Please see Upcoming and To-Do.
Features
Upcoming (before merging)
To-Do
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.