win-witr v0.1.5
Pre-release
Pre-release
Changes
✨ Features
- Add error checks for token/SID queries to prevent crashes and invalid data. (5e40214)
- add TrustedInstaller.exe to CI tests (3ec04e3)
- fixed wstring errors and added blue colors for user (410c6ca)
- added user entry on output. Now it shows what user started a specific process. (98c8f4b)
🐛 Fixes
- misplaced brace } (cd1c3c7)
- remove trusted installer (didn't work) (b1d8fd6)
- Permission error fixed by adding a fallback when calling process_query_information and add a PROCESS_QUERY_LIMITED_INFORMATION fallback (fa95faf)
- syntax error due to misplaced braces (a9142c1)
- Convert Wide String to regular string so that cout can process it while displaying user. (a0fd0c7)