Il2CppDumper CLI compiled for macOS and Linux

Execute
Il2CppDumper on terminal
Usage:
Change
directory to the directory where Il2CppDumper is located, then run:
./Il2CppDumper <executable-file>
<global-metadata>
Note for
macOS:
This also
works on Apple M1/Silicon computers
If you got
permission denied error, run this command
chmod +x Il2CppDumper
Then you can
execute Il2CppDumper
Download:
https://sbupload.com/folder/1270/Il2CppDumper_CLI
https://drive.google.com/open?id=1YInWYrZRgJHIDsVoAMDAEzQ3YjUbQ9aF
DIY:
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
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
Credit:
Perfare - https://github.com/Perfare/Il2CppDumper
Comments
Post a Comment