SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.68k stars 197 forks source link

Failed to Locate any executable #274

Closed mitakabg20 closed 7 months ago

mitakabg20 commented 7 months ago

I have been trying for the past few months to decompile an android game in AssetRipper, and i tried fixing the scripts, and went to Il2cpp dumper to get the DummyDLLs but it gives empty methods, so i went into Cpp2IL and i gave the directory to the APK file and i get an error here is what i typed

C:\Users\milev>cd C:\Users\milev\Downloads\Cpp2IL-2022.0.7-Windows-Netframework472

C:\Users\milev\Downloads\Cpp2IL-2022.0.7-Windows-Netframework472>Cpp2IL.exe --game-path C:\Users\milev\Downloads\IS8APK ===Cpp2IL by Samboy063=== A Tool to Reverse Unity's "il2cpp" Build Process.

[Info] [Program] Running on Win32NT [Fail] [Program] Execution Failed: Failed to locate any executable in the provided game directory. Make sure the path is correct, and if you really know what you're doing (and know it's not supported), use the force options, documented if you provide --help.

SamboyCoding commented 7 months ago

For apks, provide the path to the apk itself in --game-path, not the directory containing it.

mitakabg20 commented 7 months ago

Oh, i get it, thank you!