arunsatyarth / CSRoot

Gives you Developer Access to any 3rd party .NET UI app at Runtime. Helps you automate, test, modify any .Net UI App at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSRoot

C# (.Net) Library which gives you Root Access to any .NET UI app at Runtime. Helps you automate, test, modify any 3rd party App at runtime. It drags any .Net control inside any 3rd party app and make it accessible to outside processes.

#Use Cases

  • Hot Patching UI
  • UI testing of Runtime Drawn Controls like PropertyGrid
  • Lets you inspect any UI control present in your Testable App in your UT code. You can also call APIs directly on those UI controls
  • Developer Rights to UI of an App, even non active windows like window behind the scene
  • Hacking/Modifying any Third Party UI Apps.

About

Gives you Developer Access to any 3rd party .NET UI app at Runtime. Helps you automate, test, modify any .Net UI App at runtime.

License:GNU General Public License v3.0


Languages

Language:C# 92.7%Language:C++ 5.9%Language:C 1.1%Language:Objective-C 0.3%