dmex
dmex
NtSuspendProcess will no longer allow suspension (regardless of privilege level) of some processes including: Visual Studio (devenv.exe) Microsoft Edge (msedge.exe) Skype (skype.exe) Discord (discord.exe) Steam (steamwebhelper.exe) Windows 8.1 and Windows...
Add support for the Windows Package Manager included with Windows 10. `winget install processhacker` PR pending: ` https://github.com/microsoft/winget-pkgs/pull/373`
When Process Hacker is configured as the system default Task Manager and when the user is streaming on youtube/twitch... Running PH while streaming (for example; ctrl+alt+del) reveals potentially sensitive and...
winget does not properly support Inno setup installers due the LowIL of the binary before they're executed. Inno setup installers use the PrivilegesRequired directive for requesting UAC elevation which is...
Fixes #7943 ### Context MSBuild detects the wrong processor count on Windows when debugging processor groups ### Changes Made Replaces GetLogicalProcessorInformationEx with GetActiveProcessorCount and removes an incorrect check for >32...
### Issue Description MSBuild detects the wrong processor count on Windows when debugging processor groups and the bug was introduced with PR: https://github.com/dotnet/msbuild/pull/5625 ### Analysis The comments in PR 5625...
PresentMon crashes on Windows 8.1 when executing these DWM events: https://github.com/GameTechDev/PresentMon/blob/53a0c153d7bac61c24411fa306219580c6a11186/PresentData/PresentMonTraceConsumer.cpp#L1299-L1307 `ulFlipChain` and `ulSerialNumber` are 8 bytes (uint64_t) on Windows 8.1 however they've been defined as uint32_t and GetEventData copies...
### What happened? Streamer mode doesn't remove IP addresses from the connection error window. Specifically this string ignores the setting and doesn't remove the address from the UI: https://github.com/citizenfx/fivem/blob/7fb0285f8c175fceb3603268d97151655e5992af/ext/cfx-ui/src/cfx/common/services/servers/transformers.ts#L24-L27 ###...
- **Is your feature request related to a problem? Please describe.** The aslr_module_get_times function has multiple issues with file handles per these comments: https://github.com/DynamoRIO/dynamorio/blob/b0237d21570b92a7d11a2b7a3edf4d25c5c0e1c8/core/win32/aslr.c#L4475-L4478 https://github.com/DynamoRIO/dynamorio/blob/b0237d21570b92a7d11a2b7a3edf4d25c5c0e1c8/core/win32/aslr.c#L4516-L4519 - **Describe the solution you'd...