Show/Hide Toolbars

XSharp

The -baseaddress option lets you specify the preferred base address at which to load a DLL.

Syntax

-baseaddress:address  

Arguments

addressThe base address for the DLL. This address can be specified as a decimal, hexadecimal, or octal number.

Remarks

The default base address for a DLL is set by the .NET Framework common language runtime.

 

Be aware that the lower-order word in this address will be rounded. For example, if you specify 0x11110001, it will be rounded to 0x11110000.

 

To complete the signing process for a DLL, use SN.EXE with the -R option.

To set this compiler option in the Visual Studio development environment

 

1.Open the project's Properties page.

2.Click the Build property page.

3.Add the option in the "User-Defined Command Line options" property