Aves requires some external files, e.g. a JVM, a deobfuscator and a decompiler
- Build
ADBwith configurationDebug(withReleaseit would need aGITHUB_TOKEN) - Copy config-dev.json into your
ADBbuild output folder (e.g.src/ADB/bin/Debug/net8.0) - Run in the
ADBbuild output folder:ADB.exe -c config-dev.json -r <yourSystemRID>- You can get the corresponding RID here
Most common:win-x64Windows 64bitlinux-x64Linux 64bitosx-x64Mac OS X 64bit
- You can get the corresponding RID here
- Copy all files from the generated
devfolder directly into yourAvesbuild 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