DOCUMENTATION
Introduction
A secure C++ authentication loader with in-memory payload execution and RunPE support.
Quick Start Guide
Get up and running with Orion Auth in 3 simple steps.
1
Get API Key
Sign up at orionsolutions.shop and create an application to get your API key.
2
Configure
Add your API key to the loader:
const std::string apiKey = "your-api-key-here";
3
Deploy
Build and distribute your loader. Users authenticate and payloads execute automatically.
Example Project - Not Production Grade
This is a learning example and demonstration of authentication loader concepts. It is not production-ready software.
Before deploying for actual use, you should add:
- Code obfuscation and packing (VMProtect, Themida, etc.)
- Anti-debugging and anti-VM checks
- String encryption
- Custom PE loader improvements
- Additional hardening measures