Renaming stub for distribution
This documentation describes how to rename generic stub.dll
for customized branded distribution.
The Default
By default, Avaritia sets import_name
to stub.dll
.
- super.exe
- stub.dll
Renaming Stub
If you ever wanted to rename the stub, simply renaming stub.dll
doesn't work because it is explicitly linked into the super.exe
.
Either way, you should configure import_name
and re-run the service.
{
"import_name": "super.dll",
"...other configurations"
}