Files
Il2CppInspectorRedux/Il2CppInspector.CLI/Properties/launchSettings.json

9 lines
254 B
JSON

{
"profiles": {
"Il2CppDumper": {
"commandName": "Project",
"commandLineArgs": "-m Data\\Metadata\\global-metadata.dat -i libil2cpp-x64.dll",
"workingDirectory": "F:\\Source\\Repos\\Il2CppVersions\\output\\2020.2.0a19"
}
}
}