7 ms·
If that's a subject you find interesting, you can also read the source for two OSS .NET decompilers: ILSpy: https://github.com/icsharpcode/ilspy https://github
by jbevain 11y ago
If that's a subject you find interesting, you can also read the source for two OSS .NET decompilers:
ILSpy: https://github.com/icsharpcode/ilspy https://github.com/icsharpcode/ilspy
JustDecompile: https://github.com/telerik/JustDecompileEngine/ https://github.com/telerik/JustDecompileEngine/
Both are based on the same library that is used in the post: Mono.Cecil (https://github.com/jbevain/cecil https://github.com/jbevain/cecil).