The tool links MSIL code on demand putting together only the required classes and methods. The tool then builds a minimum set of the Microsoft .NET runtime to ship with your application. This usually results in installation size substantically smaller and faster then traditional .NET apps.
And by linking them this way, it's easier to obfuscate the code. A neat tool!
No comments:
Post a Comment