C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,835 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello.
Is it possible to get the file BIN (which JIT compiler creates) from a .NET .exe file? Techically using unsafe code it could be possible to use the BIN file
Thanks in advance
Consider the Ngen and CrossGen tools: https://learn.microsoft.com/en-us/dotnet/framework/tools/ngen-exe-native-image-generator.