Is there a way to get the ImageBase of the assembly in memory with the Assembly class?
For example, the ImageBase of Assembly.GetExecutingAssembly() would be 0x400000 (in most cases).
Printable View
Is there a way to get the ImageBase of the assembly in memory with the Assembly class?
For example, the ImageBase of Assembly.GetExecutingAssembly() would be 0x400000 (in most cases).