Il2CppDumper v6.2.1 .NET Core for macOS and Linux
Execute Il2CppDumper on terminal
Usage:
./Il2CppDumper
<executable-file> <global-metadata>
If you want to compile it yourself,
you can install .NET Core and run the folloing command lines using CMD on your
project directory
dotnet build --runtime osx-x64
dotnet build --runtime linux-x64
Download:
Links:
Link to .NET Core: https://dotnet.microsoft.com/download
See more about .NET Core RID
Catalog: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
See more about Il2CppDumper: https://github.com/Perfare/Il2CppDumper
Credit:
Perfare