Rebasing
-
Hello! Has anybody used any kind of rebains with .NET and C#? I've got hundreds of dll's and all have the same base address. I tried with rebase, but I think I'm not using it in the proper way. Any help? Thanks, Ivan. Iván Fernández
-
Hello! Has anybody used any kind of rebains with .NET and C#? I've got hundreds of dll's and all have the same base address. I tried with rebase, but I think I'm not using it in the proper way. Any help? Thanks, Ivan. Iván Fernández
See the NGen Overview. You can also "rebase" during compilation by using the
/baseaddress
compiler option or set it in the VS.NET project settings, or use therebase
tool. The dox for rebase are here.Ian Mariano - Bliki | Blog
"We are all wave equations in the information matrix of the universe" - me