Setup your environment
Create your projectYou need to have Visual Studio 2019+ installed
- Create a new Winforms Or WPF application (make sure it says .NET)
- Rightclick your Project and select Properties
- 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 ExecutorRequired for functionallity
- Execute Button
- Inject Button
- TextEditor (richtextbox)