Loader written in rust that injects shellcode into a remote process through NtMapViewOfSection and NtCreateThreadEx. Uses dynamic exports through a Hells Gate crate wrapper I found from 0xflux and built around evading basic detections. Calls ExitThread to prevent crashing if shellcode doesn't call it, but I dont think i got that part quite right.
Anyways, works.