dll-loading

Tag

Cards List
#dll-loading

What does it mean when the bottom bit of my HMODULE is set?

The Old New Thing (Raymond Chen) · 5d ago Cached

This article explains that the Windows loader sets the bottom bit of an HMODULE handle to indicate the DLL was loaded as a data file (LOAD_LIBRARY_AS_DATAFILE), affecting resource lookup and freeing behavior without adding it to the module list.

0 favorites 0 likes
← Back to home

Submit Feedback