This repository was archived by the owner on Mar 17, 2024. It is now read-only.
Conversation
Merge with most recent branch
Should resolve #95
Big changes to the Keylogger. Still needs lots of changes but my intent should be visible by these changes. This is now very flexible, easy to change and add keys, etc.
Added documentation for the two properties of the Keylogger.
AttributeTarget can now correctly apply to Keylogger Keys.
Added the second and likely last of the big changes and additions to the Keylogger. The core design of it is much more clear than the initial changes commit. Though not yet functional (last of it has to be implemented, as seen by the small commented-out portions), it is nearing completion. With this new design, it is significantly more scalable. With these changes also comes another huge factor: modifications. This new system allows easy feature additions and modifications, such as filtering out specific keys to log dynamically in a natural manner.
Made a small attribute to support the power and beauty of extension methods in .NET 2.0! :)
Fixed null check for the stored key loop in the key buffer and renamed a method so it is more clear.
Very nice work. This looks very nice.
Added attributes
added special key attributes
Added Attributes
Implemented the new way of adding a key to log when the timerLogKeys elapses.
If the timerEmptyKeyBuffer elapsed at a bad time or state, or if it was unable to 1) Append data to _logFileBuffer or 2) Was unable to successfully remove the entry from _keyBuffer
Now we can see this thing in action! Needs one more commit to handle the special keys again and to detect when a toggle key is toggled. I can't remember how to represent 0x80 as a byte! :(
Forgot to add changes to this file!
Many more changes. Still has things to work out but there is much more to work with and many more possibilities.
Keylogger hook
Merge with dev branch
Modified a few things... Saving current spot to for major content additions.
Implemented gmamaladze's logic into the Keylogger. Still needs work on the way it outputs. See additional notes in #149
Format fixes
Fixed bug in Builder
Fixed the message loop, called Application.Run in the thread and not the object, using ApplicationContext object we can identify which thread to tell the message loop to return
Message loop fix
Fixed unprintable chars in logfile
added escape key added keypress list to detect multiple keypresses for characters moved modifier key check to a method for readability
Improvements to Keylogger
-Fixed spaces showing up in weird orders. -Fixed issue where pressing some modifier keys would append the KeyPress events text prior to the Appended highlighted text from the KeyDown event. Example: User presses Windows Key + R. it would log "r[Win + [R]"
Keylogger fixes
Fixed case of pressing dead-key to accent characters followed by Shift + character to present an uppercase character
dead-key fix
ref #149 (this displays ^^ normally) fixed with the power of LINQ ;)
IndexOutOfBoundsException fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #149