rust-dlopen
rust-dlopen copied to clipboard
Get base address directly from Library
I'm using the raw API, and would like to get the DLL base address.
It's currently possible to use AddressInfoObtainer
to get the base address, but that requires the user to supply an arbitrary symbol name to look up. It would be very convenient for my application if this wasn't necessary, and I could get it directly from the Library without needing a symbol name.