just-in-time compilation

.net

Obfuscating Code

Robert Cringeley, in a post early last year, raised some concerns about reverse engineering .NET code: .NET is almost exclusively Just-In-Time compiled. JIT’ing means, “I was just about to interpret this, but I’ll compile it at the very last minute instead.” In effect, the .NET code remains in

By Jeff Atwood ·
Comments