Load C++ DLL At Specific Range Of Address

  • Thread starter Thread starter AAABBBCCCDDD00001111
  • Start date Start date
A

AAABBBCCCDDD00001111

Guest
I want to develop a C++ dynamic library, a DLL. It targets x64. But when the application that uses this DLL runs, I want the DLL to be loaded within range of signed 32 bit integer memory space.

How to do that?

Continue reading...
 
Back
Top