Setup your environment

Create your project
You need to have Visual Studio 2019+ installed
  1. Create a new Winforms Or WPF application (make sure it says .NET)
  2. Rightclick your Project and select Properties
  3. In properties, navigate to Build and make sure to set the Platform-Target from AnyCpu to x64

Design your Executor

Create the UI for your Executor

Required for functionallity

  • Execute Button
  • Inject Button
  • TextEditor (richtextbox)
as soon as you have that done, you are done with the quickstart. You may move on to Registration