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
added some more comments
d3agle'd Keylogger :)
The finalizer really should only be a safe-guard for ensuring that the keylogger unsubscribes from the hook.
By using a style class to denote text that should be highlighted, we can change the color in one spot of we desired instead of having to change it in many spots. Also, the file size is much smaller because of the significantly-lower amount of text necessary to save.
Added a small amount of documentation for the Logger's constructor.
Keylogger Changes
Merge changes
Merge changes #2
Reflected changes to unit test
fixed formatting in both code, and in display of html logs added extra line-break after log header
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
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.
No description provided.