I'm have some problems with using ILSpy. I'm using this tool to decomplie an DLL but it's exist to much garbages. How can i remove "goto" after using ILSpy? :'(
Any suggestions?
Thanks in advance.
I'm have some problems with using ILSpy. I'm using this tool to decomplie an DLL but it's exist to much garbages. How can i remove "goto" after using ILSpy? :'(
Any suggestions?
Thanks in advance.
Your only option is to try a different decomplier and hope it will turn the IL code in to C# code that does not use goto
's.
There are many decomplilers out there on the market, another good free one like ILSpy is DotPeek.
However, take note that it also is very possible that the original source actually put goto
's in the code, if that is the case there is not much you can do.