Commit Graph

1049 Commits

Author SHA1 Message Date
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
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
StingRaptor 8648b3ee1a Added new packets to support Create, Delete and Rename actions of the RegistryKey 2016-01-21 17:35:22 +01:00
StingRaptor d1e8edc56d Allowed the data in the Registry values to be shown in the ListView. 2016-01-21 17:18:41 +01:00
StingRaptor c15929371d Added support for retrieving subkeys when nodes are expanded 2016-01-21 17:01:02 +01:00
StingRaptor 3481a58afa Added support for acquiring the root keys of the Registry. 2016-01-21 16:31:51 +01:00
StingRaptor 99dd3b1ebb Fixed problem with incomplete Client/Client.csproj 2016-01-21 15:15:57 +01:00
StingRaptor a5c797b417 Added ServerPackets for handling Registry Editor requests. 2016-01-21 15:11:12 +01:00
StingRaptor e850d34023 Added Form support for the Registry Editor 2016-01-21 14:47:46 +01:00
StingRaptor 2519c883e2 Update README.md 2016-01-21 11:36:38 +01:00
MaxXor 63a63419a7 Quasar v1.2.0.0 released 2015-10-12 09:55:52 +02:00
MaxXor c71acd15c6 Merge pull request #401 from d3agle/master
Improved PW Recovery user notification of no results + redundancy
2015-09-20 19:27:42 +02:00
d3agle 1164f19fc7 Improved PW Recovery user notification of no results + redundancy 2015-09-20 12:24:41 -05:00