On 07/02/2017 01:26 AM, Nikolay Sivov wrote:
-@ stdcall GetModuleHandleExA(long ptr ptr) -@ stdcall GetModuleHandleExW(long ptr ptr) +@ stdcall GetModuleHandleExA(long str ptr) +@ stdcall GetModuleHandleExW(long wstr ptr)
Depending on the flags, the second parameter might not actually be a string. e.g. if GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS is set, the second parameter is any address within the module's address space.
On 07/02/2017 08:00 PM, Chris Robinson wrote:
On 07/02/2017 01:26 AM, Nikolay Sivov wrote:
-@ stdcall GetModuleHandleExA(long ptr ptr) -@ stdcall GetModuleHandleExW(long ptr ptr) +@ stdcall GetModuleHandleExA(long str ptr) +@ stdcall GetModuleHandleExW(long wstr ptr)
Depending on the flags, the second parameter might not actually be a string. e.g. if GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS is set, the second parameter is any address within the module's address space.
Thanks. Ignore this one please.