Aves requires some external files, e.g. a JVM, a deobfuscator and a decompiler
- Build
ADB
with configurationDebug
(withRelease
it would need aGITHUB_TOKEN
) - Copy config-dev.json into your
ADB
build output folder (e.g.src/ADB/bin/Debug/net8.0
) - Run in the
ADB
build output folder:ADB.exe -c config-dev.json -r <yourSystemRID>
- You can get the corresponding RID here
Most common:win-x64
Windows 64bitlinux-x64
Linux 64bitosx-x64
Mac OS X 64bit
- You can get the corresponding RID here
- Copy all files from the generated
dev
folder directly into yourAves
build output folder (e.g.Aves/bin/Debug/net8.0
)
- The files are usually kept until a (forced) rebuild is carried out
- You should update this files regularly