Tagged Questions
7
votes
2answers
2k views
.NET assemblies and DLL rebasing
According to this article rebasing is not necessary for .NET assemblies due to JIT compilation of the code. The article states:
"JIT-compiled code does not have a rebasing problem since the ...