Skip to content

win-witr v0.1.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:27
· 182 commits to main since this release
1301a05

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)

Based on commits from d8e5820 to cd1c3c7