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
Handle STATUS_PROCESS_IS_TERMINATING in EnumSections
VirtualQueryEx can return STATUS_PROCESS_IS_TERMINATING if the process was closed during manual map.
Since this case is not handled, EnumSection enters an infinite loop.
0 commit comments