Il2CppDumperJS converts a Unity libil2cpp.so and its global-metadata.dat into dump.cs, script.json, il2cpp.h and stringliteral.json. It is a pure JavaScript port of Il2CppDumper and runs entirely in the browser: files never leave your machine.
libil2cpp.so
global-metadata.dat
dump.cs
script.json
il2cpp.h
stringliteral.json
Supported: ELF32 and ELF64 binaries, metadata versions 16 to 31, tampered metadata header recovery and detection of names that are encrypted at rest. JavaScript is required to run the dumper itself.