DetectWindowsCopyOnWriteForAPI
DetectWindowsCopyOnWriteForAPI copied to clipboard
Enumerate various traits from Windows processes as an aid to threat hunting
Results
1
DetectWindowsCopyOnWriteForAPI issues
Sort by
recently updated
recently updated
newest added
Low sev bug: `SetPrivilege` leaks handle to `hToken` in error path. There are other copies of this function in the project. ```diff BOOL SetPrivilege(HANDLE hProcess, LPCTSTR lPriv) { LUID luid;...