- Home /
Question by
Trollvahkiin · Feb 23, 2015 at 08:02 PM ·
decompile
Can you decomplile using ILspy?
Hey, could it be possible to decompile a unity build with ILspy? If not why?
Comment
Best Answer
Answer by tanoshimi · Feb 23, 2015 at 08:05 PM
Yes.
Will this fully decimplile everything, as in I could use it to decompile any unity game like Rust, 7 days to die etc...
No. Like all .NET decompilers, it will allow you to extract (somewhat) equivalent sourcecode for the methods contained in an assembly of managed code. It will not extract assets, it will not extract native code, it will not have any code that is stripped prior to compilation (e.g. comments), and it will have a hard job with some language features like coroutines.
Your answer