1.1 KiB
1.1 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| IL2CPP application unable to be loaded | Errors when trying to load IL2CPP applications into Il2CppInspector | bug |
BEFORE YOU SUBMIT AN ISSUE follow these steps:
- Make sure you are using the latest commit of Il2CppInspector, which is usually ahead of the latest pre-compiled release
- Make sure you have the latest set of plugins by using
get-plugins.ps1orget-plugins.sh - Make sure all Il2CppInspector Core Plugins are enabled and all other plugins are disabled
- Open
global-metadata.datand the binary in a hex editor and confirm they are not obfuscated or encrypted in a way not currently supported by Il2CppInspector
To submit an issue:
- We require the output from the Il2CppInspector CLI. Include the complete command line with all arguments and paste the entire output.
- Attach
global-metadata.datand the IL2CPP binary to the issue. - If the files have been modified or extracted by a 3rd party tool, note this in the issue.
Issues not meeting these criteria will be automatically closed and tagged as invalid.