Commit Graph

1310 Commits

Author SHA1 Message Date
StingRaptor 92beaab310 Fixed problem with added registry value not being selected 2016-02-09 15:47:30 +01:00
StingRaptor dc4285af91 Fixed incorrect naming of a function in FrmRegistryEditor.cs 2016-02-09 15:37:26 +01:00
StingRaptor ae1b38481a Disabled 'Modify' and 'Modify Binary Value...' in the toolbar when listView is not in focus. 2016-02-09 15:35:04 +01:00
StingRaptor 2672ffaffc Fixed spelling error for the warning message in FrmRegValueEditMultiString.cs 2016-02-09 12:35:08 +01:00
StingRaptor 2021b466b7 Removed debug code in HexEditor.cs 2016-02-09 10:30:14 +01:00
StingRaptor b37bc6c692 Removed view from tool strip and removed a incorrectly added line in RegistryKeyExtensions.cs 2016-02-09 00:12:58 +01:00
StingRaptor 3a87335759 Fixed problem with handling default values for the registry keys 2016-02-09 00:04:12 +01:00
StingRaptor 0ab4b251ac Made small changes to try and minimize flicker in treeview and binary value editor 2016-02-08 12:54:23 +01:00
StingRaptor d59ee13dff Made some small changes to the client code. 2016-02-08 12:24:17 +01:00
StingRaptor fb77dc5f00 Small code changes to fix minor problems, and some changes in commenting of the code. 2016-02-08 11:40:14 +01:00
StingRaptor 8490261441 Enabled modify and modify binary data in the top menu strip 2016-02-07 23:27:38 +01:00
StingRaptor 4c252e13da Fixed a problem with editing not being disabled in after edit 2016-02-07 23:17:35 +01:00
StingRaptor 194fe17ee3 Added support to allow binary modification of other registry values 2016-02-07 23:08:49 +01:00
StingRaptor 834ea5dbfb Added support to handle the modification of binary registry values 2016-02-07 14:40:09 +01:00
StingRaptor b8616f97f8 Fixed convertion problem in FrmRegValueEditWord.cs 2016-02-07 14:33:29 +01:00
StingRaptor 150a5ab962 Added a Custom Control to represent the hexadecimal editor to be used for binary registry value modification 2016-02-07 14:31:16 +01:00
StingRaptor dade64ad11 Added a form for modifiying binary registry values 2016-02-07 11:52:22 +01:00
StingRaptor 9bb81d8a4f Added support for editing multi-string registry values. 2016-01-27 20:57:27 +01:00
StingRaptor c497d56a00 Changed property on form to prevent resizing of it. 2016-01-27 20:55:17 +01:00
StingRaptor b5d5a97b5f Added support for allowing modifications of DWORD and QWORD registry value. 2016-01-27 17:28:14 +01:00
StingRaptor dc7b85dc4a Added server code for handling the response to a registry value modification. 2016-01-27 09:54:01 +01:00
StingRaptor faa8e870d2 Added code in client to handle the new types of packets for modifying data of registry values. 2016-01-27 09:47:44 +01:00
StingRaptor f6c4e2a651 Fixed a small bug with not properly disabling LableEdit on the ListView after edit. 2016-01-27 09:43:43 +01:00
StingRaptor 204013bd36 Added code on Server to support the modifcation of registry string values. 2016-01-27 09:37:46 +01:00
StingRaptor 00f95e85a0 Added new packets to serializer 2016-01-27 09:22:04 +01:00
StingRaptor 15388c3fff Added client and server packets to allow modification 2016-01-27 09:18:56 +01:00
StingRaptor 8b07dcb5bd Moved the code for retrieving the ImageIndex for the registry values to the RegistryValueLstItem class. 2016-01-26 17:14:50 +01:00
StingRaptor b3d485418b Removed unnecessary code after RegistryValueLstItem + added actions for handling exit, delete and rename in the menuStrip. 2016-01-26 16:25:13 +01:00
StingRaptor 6cd2f67f68 Changed the handeling of 'set' for the RegName property in RegistryValueLstItem.cs 2016-01-26 16:21:41 +01:00
StingRaptor acaf0d9b60 Added support for using the Delete key for deleting registry keys and registry values + made some small changes to the code structure. 2016-01-26 10:16:07 +01:00
StingRaptor c09a003f86 Added a menustrip to the GUI of the registry editor + made some smaller changes. 2016-01-25 22:52:50 +01:00
MaxXor 09fca50f25 Fixed XSS vulnerability in Keylogger Logs (Title)
Thanks for reporting this @Tortega2015
2016-01-25 22:36:30 +01:00
StingRaptor 9244b320d9 Made sure that Rename is only enabled for the context menu when a single list items is selected. 2016-01-25 18:33:10 +01:00
StingRaptor f2203dc429 Added support for renaming the registry values + fixed some comment and naming issues. 2016-01-25 18:21:07 +01:00
StingRaptor 295f1b28fe Added support for deleting registry values 2016-01-25 11:57:59 +01:00
StingRaptor a69ba3fc38 Added support for context menus in the listview + configured so that items are sorted by name in the listview. 2016-01-25 00:30:17 +01:00
StingRaptor 27c9c09d9b Bug fix, list update now triggered by selecting a new node. 2016-01-23 08:19:14 +01:00
StingRaptor 8074459e5f Fixed incorrect usage of static on const string. 2016-01-23 07:57:44 +01:00
StingRaptor 3401e5e171 Moved some of the error messages to constants instead. 2016-01-22 22:52:02 +01:00
StingRaptor 16ba2ba0ab Added support for creating different types of registry values. 2016-01-22 22:23:58 +01:00
StingRaptor 502048a58d Changed string representation of registry value + added new function for retrieving default registry values. 2016-01-22 22:21:28 +01:00
StingRaptor 30f1d30fc8 Changed GetRootKey so that it throws a Exception instead of returning null 2016-01-22 16:28:29 +01:00
StingRaptor 1e5186de55 Added the functionality for creating a registry value + fixed bug with reopening RegistryEditor form 2016-01-22 16:00:13 +01:00
StingRaptor 38019f11c1 Added client packets for creating registry value responses. 2016-01-22 13:06:26 +01:00
StingRaptor 808030b9a5 Added projects files to handle the new packets. 2016-01-22 11:32:41 +01:00
StingRaptor 4bb4612c26 Added packets for handling create requests for Registry Values. 2016-01-22 11:27:00 +01:00
StingRaptor 3c7159dc02 Added the code for supporting the new registry images. 2016-01-22 00:41:03 +01:00
StingRaptor 0dbc362fcb Added images to represent binary and string registry values. 2016-01-22 00:39:23 +01:00
StingRaptor 8276dc479f Added functionality for performing Create, Delete and Rename on the RegistryKey's. 2016-01-21 18:58:52 +01:00
StingRaptor 24723a00da Added a context menu for Create, Delete and Rename functionality 2016-01-21 17:46:19 +01:00