jakzo / Il2CppDecompiler

Ghidra extension for decompiling code from a Unity IL2CPP game to C#.
22 stars 0 forks source link

Hi! Are there video tutorials? #1

Open dolearndouble opened 4 months ago

dolearndouble commented 4 months ago

Hi! Are there video tutorials?

jakzo commented 4 months ago

No, just the instructions in the readme. I haven't put much effort into it since I got LLM decompilation working because GPT4 avoids decompiling large functions at all cost which makes it really annoying. If I ever get back to this I'll try improving the algorithmic approach I started with.

dolearndouble commented 4 months ago

Will the tools in your repository actually work? Can they successfully convert to C#?

jakzo commented 4 months ago

They work. Not guaranteed correct because LLM can make mistakes but most functions I tried decompiled correctly.

dolearndouble commented 4 months ago

hi,how to use it work in an android apk?