Tool Il2CppDumper CLI compiled for macOS and Linux

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,539
303,071
1,213
Modding World
1700855841568.png


Il2CppDumper CLI for Linux and macOS. This also works on Apple M1/Silicon computers.

Usage:
In a file explorer, open in terminal from a directory where Il2CppDumper is located, or open terminal, change directory using "cd (path)", then run:

Code:
./Il2CppDumper <executable-file> <global-metadata> <output-directory>
If you got permission denied error, run this command
Code:
chmod +x Il2CppDumper
Then you can execute Il2CppDumper

Download:


Building:
If you want to compile it yourself, you can install .NET Core and run the folloing command lines using CMD on your project directory

Code:
dotnet publish -r linux-x64 -p:PublishSingleFile=true -f net7.0 --self-contained
dotnet publish -r osx-x64 -p:PublishSingleFile=true -f net7.0 --self-contained
Link to .NET Core: Download .NET (Linux, macOS, and Windows)

Credit:
Perfare - Perfare/Il2CppDumper
 
Last edited:

HenXing

Platinian
Aug 30, 2020
8
0
1
25
xx
[QUOTE =“ Himi,帖子:1497804,成员:498968”]
非常好,先生
[/引用]
 

Leeberlin

Platinian
Mar 16, 2019
24
5
3
33
Usa
how can i install that bro ?

Phams-iMac-Pro:~ root# usage: ./Il2CppDumper <executable-file> <global-metadata>


-sh: syntax error near unexpected token `<'
 

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,539
303,071
1,213
Modding World
how can i install that bro ?

Phams-iMac-Pro:~ root# usage: ./Il2CppDumper <executable-file> <global-metadata>


-sh: syntax error near unexpected token `<'
There is no need to install. Just follow the usage.
If you don't know how to use CLI tool, don't use it