how to use the updater
entrypoint requirements
- the loader invokes exactly: namespace Loading, class Loader, method Load
- this must be the entrypoint of your DLL or the loader will not inject it
verify before uploading
- always test with SharpMonoInjector before using the updater
- if SMI fails, the updater will also fail — fix the DLL first
- test command: smi.exe inject -p "Gorilla Tag" -a YourDLL.dll -n Loading -c Loader -m Load
using the updater
- download the wyvern updater below
- drag your compiled DLL onto the updater executable
- follow the on-screen instructions — that's it
download the wyvern updater and sharpmonoinjector to get started.
back