Yeah man, I always thought that decompiling executables is really hard, but I have only messed around with Ghidra a couple of times, so maybe there are more advanced tools out there. I guess it’s either that or somebody hacked their Git server or something, but that’s less likely.
Yeah man, I always thought that decompiling executables is really hard, but I have only messed around with Ghidra a couple of times, so maybe there are more advanced tools out there. I guess it’s either that or somebody hacked their Git server or something, but that’s less likely.
Unity uses a managed language (c#) and can be decompiled (but not disassembled) into human readable code almost completely automatically.
Super interesting, i did not know that. I will have to check that out this weekend.