Plugins
Plugins are a special category of files that extend the functionality of applications packed with BoxedApp Packer.
A plugin is a standard DLL that the packed application loads automatically when it starts or terminates.
Plugins can take full advantage of the BoxedApp SDK — they can create virtual files on the fly, perform virtual registry operations, and access other virtualization features provided by BoxedApp.
By implementing a plugin, you can customize the behavior of your packed executable, automate initialization tasks, or integrate additional logic that interacts with the virtual environment.