You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hModuleLast
: The handle of the last module enumerated. Pass NULL to start
enumeration for the beginning of the process.
Return value
Handle to the next module loaded in a process, or NULL if the enumeration
is complete.
Remarks
DetourEnumerateModules enumerates all of the PE binaries loaded into a
process. Once a module has been enumerated, its entry point can be
located with the DetourGetEntryPoint API,
its exports can be enumerated with the
DetourEnumerateExports API, and its
payloads can be found using the
DetourFindPayload API.