Execute Il2CppInspector via command line on macOS or Linux Note for macOS: This also works on Apple M1/Silicon computers. If you got permission denied, please run this command chmod +x Il2CppInspector Then you can execute Il2CppInspector Usage: Basic example ./Il2CppInspector -i (binary file) -m (metadata) -i, --bin (Default: libil2cpp.so) IL2CPP binary, APK, AAB, XAPK, IPA, Zip or Linux process map text input file(s) (single file or comma-separated list for split APKs) -m, --metadata (Default: global-metadata.dat) IL2CPP metadata file input (ignored for APK/AAB/XAPK/IPA/Zip) --image-base For ELF memory dumps, the image base address in hex (ignored for standard ELF files and other file formats) --select-outputs Only generate outputs specified on the command line (use --cs-out, --py-out, --cpp-out, --json-out, --dll-out to select outputs). If not specified, all outputs are generated