Commit Graph

1137 Commits

Author SHA1 Message Date
LostSoulFly 9b41d6afbf Add DoAskElevate to QuasarServer. 2016-03-18 13:31:21 -04:00
LostSoulFly 9e4f4abfcc Add toolstrip menu item for AskToElevate and correspon _click action 2016-03-18 13:17:53 -04:00
LostSoulFly 8b6fa9e8a2 Remove extra line to make it pretty? 2016-03-18 13:06:23 -04:00
LostSoulFly 3f91ccd664 Add DoAskElevate to Client PacketHandler 2016-03-18 13:05:42 -04:00
LostSoulFly c68c111bb9 Update QuasarClient Serializer for DoAskElevate 2016-03-18 12:34:26 -04:00
LostSoulFly f0474b4775 Implement HandleAskElevate on Client 2016-03-18 12:32:26 -04:00
LostSoulFly 6995b04cbd Try not to make it so obvious that this is my second time working with c# 2016-03-18 12:07:57 -04:00
LostSoulFly e2cb8ba857 Create DoAskElevate for Client's ServerPackets. 2016-03-18 12:06:48 -04:00
LostSoulFly da42bd3e0c Create DoAskElevate ServerPacket 2016-03-18 12:04:58 -04:00
MaxXor 8768f3177c Merge pull request #427 from StingRaptor/master
Fixed #425, Fixed #426
2016-03-17 14:43:29 +01:00
StingRaptor 7a97187057 Reverted the added "new Thread(...)" from RegistryHandler.cs 2016-03-15 21:30:15 +01:00
StingRaptor 6492b2734d Added better title for RegistryEditor and corrected its default size
- Changed the title to use WindowHelper to get a correctly formated title
- Changed the size of the RegistryEditor to 800x600
2016-03-15 16:53:44 +01:00
StingRaptor 287101573b Fixed bug with RegistryEditor not working correctly in 64-bit systems
- Made changes to RegistrySeeker.cs to use OpenBaseKey instead of the root
  keys provided by Registy.
- Added error handling to handle exception from RegistrySeeker.
- Added Server-side code to display errors and close the RegistryEditor if
  root registry keys have failed to be retrieved.
2016-03-15 15:31:35 +01:00
MaxXor 53e1f8ef66 Update README.md 2016-03-15 14:20:27 +01:00
StingRaptor a1f4f192ca Refactored parts of the modified code.
- Updated modified data in RegistryHandler.cs, RegistrySeeker.cs and
  RegistrySeekerMatch.cs.
- Removed unused class RegistrySeekerParams.cs.
- Removed unused enum RegistrySearchAction.cs.
- Removed unused functions from
  Client/Core/Extensions/RegistryKeyExtensions.cs.
- Removed unused MatchFoundEventArgs, SearchCompleteEventArgs from
  RegistrySeeker.cs.
- Updated/Refactored comments in RegistryEditor.cs.
2016-03-15 09:52:30 +01:00
StingRaptor 8c5ace8196 Changed error messages to better state the cause
- Changed error messages for when key fails to be opened as writable
- State 'write access' problem instead of failure to open
2016-03-15 08:32:04 +01:00
StingRaptor f14f38b0de Added Registry namespace as a exception to Renamer
- Added Registry namespace as a exception to prevent obfuscation that
  causes built clients to crash when the RegistryEditor is opened
2016-03-14 16:30:14 +01:00
StingRaptor fd202b30cf Removed unused using of xServer.Core.Extensions 2016-03-14 10:39:43 +01:00
StingRaptor 5e3e097edb Changed RegSeekerMatch.cs to use an Array instead of a List
- Converted the Data in RegSeekerMatch.cs to an Array
- Updated RegistryHandler to handle RegSeekerMatch Data as an Array
- Updated FrmRegistryEditor to handle RegSeekerMatch Data as an Array
2016-03-14 10:30:30 +01:00
StingRaptor f4378ae56e Removed unnecessary functions from RegValueData.cs
- Removed GetDataAsString()
- Removed GetKindAsString()
- Added needed conversions to FrmRegistryEditor.cs
2016-03-13 16:25:30 +01:00
StingRaptor 44575b95d1 Changed threading of registrySeeker and refactor code
- Changed part of the structure for RegistrySeeker.cs
- Removed Threading from RegistrySeeker.cs and added it
  to RegistryHandler.cs
- Removed global RegistrySeeker from CommandHandler.cs
2016-03-13 16:16:53 +01:00
StingRaptor c47aa5fa0b Fix error handling of registry key delete
- Activated exceptions for registrykey delete operation
- Prevents invalid delete operations to be performed on server
2016-03-11 18:17:41 +01:00
MaxXor a4c6be4924 Updated copyright years 2016-03-11 15:12:54 +01:00
MaxXor 88864bbbcf Added #423
closes #423
2016-03-11 15:10:24 +01:00
MaxXor 20f4a60cd7 Updated Readme 2016-02-09 18:26:31 +01:00
MaxXor b6b89e11fb Merge pull request #421 from StingRaptor/master
Added Registry Editor
2016-02-09 18:24:12 +01:00
StingRaptor be78dcba86 Revert "Update README.md"
This reverts commit 2519c883e2.
2016-02-09 15:53:08 +01:00
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