I have programmed a polymorphic dll and an application for P800. I use the application to load the polymorphic dll. When the application exits, the dll is closed (unloaded) automatically even though the dll is not unloaded in the code explicitly. Is there any method that the dll can still be alive after the application is closed?
One more question. How to load the polymorphic dll automatically after the system boots?