Is it possible to write a small "loader" in C++ that should load a C# app?
The idea is to make it impossible to see the code in Reflector.
Check the following app. The app is written in C# but somehow a loader has been built so its impossible to see the actual source code in Reflector.
https://www.dropbox.com/sh/b0enylff5wptd7s/Ingphu4bXK/AccountMaster.0mmo.net.rar
Edit: Im not sure if the app is safe to run!
But very interesting what happens when you try to put it into Reflector!
When i saw it i thought it might be a smart way to keep "newbie" crackers away.. Good way to add more security to a C# app. Thats why im wondering how that is done :)