This repostitory contains two projects used for loading the Artemis Module into the game.
The Artemis-Loader project contains the entire UI as well as most of the back-end code for the UI. This app is written using .NET utilizing their Windows-Specific Windows Presentation Foundation UI framework in XAML and C#.
The Artemis-Loader-Helper project is a helper project for the Loader, written as a .NET C++/CLI project. This project contains all the code depending on the Windows-API library and other low level libraries, such as but not limited to; The dll injector, Named Pipe system, et cetera.