2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-11-18 15:26:09 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Peter Repukat
5528dfb733 Add configurable Launcher options / Launcher ProcessList 2022-10-21 21:18:25 +02:00
Peter Repukat
3df6cf510a AppLauncher: Fix Win32 launch args 2022-10-16 12:37:14 +02:00
Peter Repukat
929abfe5f2 GlosSITarget: Parse and impl "killEGS" 2022-10-12 13:06:26 +02:00
Peter Repukat
cafb4e85a8 GlosSITarget: Add API to insert launched-pids 2022-10-12 11:59:15 +02:00
Peter Repukat
18a960abab GlosSITarget: parse and use "ignoreEGS" setting 2022-10-12 11:59:15 +02:00
Peter Repukat
96d8f24c93 GlosSITarget: More EGS Hacks/workarounds
CloseOnExit: Ignore EpicGamesLauncher.exe, EpicWebHelper.exe in detection if GlosSITarget should quit
2022-10-12 11:59:15 +02:00
Peter Repukat
138dd98c59 GlosSITarget: Log process names in addition to PIDs 2022-10-12 11:59:14 +02:00
Peter Repukat
11e3029915 GlosSITarget: Also find nested child PIDs 2022-10-12 11:59:14 +02:00
Peter Repukat
eee7390547 GlosSITarget: AppLauncher: Add processInfo/killer overlay element 2022-10-12 11:59:14 +02:00
Peter Repukat
d22f44d37d GlosSITarget: Add somewhat of epic games launcher process detection workaround 🤨 2022-10-12 11:59:14 +02:00
Peter Repukat
1b2b8b759a GlosSITarget: Settings: move extendedLogging and cli-opts to common-struct 2022-10-12 11:59:12 +02:00
Peter Repukat
febebafc25 GlosSITarget: Fix httpserver pids entries doubled 2022-10-12 11:59:11 +02:00
Peter Repukat
c9c6a32432 GlosSITarget: Add HttpServer: Get launched pids 2022-10-12 11:59:11 +02:00
Peter Repukat
d4a3e22e9c Refactor: Build GlosSIWatchdog as .dll injecting into explorer.exe 2022-10-04 21:53:04 +02:00
Peter Repukat
0e955c819a GlosSITarget: Fix freeze if installed in a path that contains spaces 2022-10-02 21:08:52 +02:00
Peter Repukat
985b6bb490 Introduce GlosSIWatchdog: Restore HidHide state if GlosSITarget was force-killed 2022-10-02 02:29:37 +02:00
Peter Repukat
fb861def4f GlosSITarget: Refactor: Function unhooking 2022-09-26 03:39:20 +02:00
Peter Repukat
708136bff4 GlosSITarget: Only append child_pid if not already found 2022-09-25 14:54:24 +02:00
Peter Repukat
1ab57da3fd GlosSITarget: log pids of launched processes 2022-09-25 14:50:29 +02:00
Peter Repukat
b8ab3be27d GlosSITarget: Don't try to unpatch CreateProcess hook if no launch requested 2022-09-25 14:46:31 +02:00
Peter Repukat
6888381b41 Check if functions are actually hooked before un-hooking 2022-09-24 19:31:01 +02:00
Peter Repukat
4f1109d77a Fix errounous log "Child process with PID 0 died"
- 0 pid is appended if parent process dies; ignore that
2022-09-23 20:59:29 +02:00
Peter Repukat
f532fb74e0 ChildProcess Log: Change to trace 2022-09-05 13:02:53 +02:00
Peter Repukat
7195207d30 Fix GlosSITarget closingunintentionally if not confighured to launch app 2022-06-06 18:47:13 +02:00
Peter Repukat
f1973f8004 Target: Experimental LaunchURL support 2022-04-09 15:30:14 +02:00
Peter Repukat
92677c26c5 Refactor: Target: Use single vector for all PIDs 2022-04-09 14:34:24 +02:00
Peter Repukat
33623936ed GlosSITarget: Allow Desktop config setting 2022-04-08 21:02:45 +02:00
Peter Repukat
28c5c66701 Update ALL THE THINGS
- Copyright
- Visual Studio
2022-01-07 00:47:41 +01:00
Peter Repukat
6f47020ec1 Fix child process Log spam 2021-11-16 22:51:06 +01:00
Peter Repukat
8d9771f0ee Support waiting for child procs
Untested!
2021-11-12 14:49:25 +01:00
Peter Repukat
1eb8c135d2 Enable UWP overlay by default if launch app is UWP 2021-11-12 13:38:08 +01:00
Peter Repukat
f5b71bf9c9 Fix process died Log-Spam 2021-11-12 13:38:08 +01:00
Peter Repukat
a34632369b GlosSITarget: Fix/improve some logs 2021-11-04 14:26:53 +01:00
Peter Repukat
9110d00a72 Allow UWP LaunchArgs 2021-10-28 18:14:13 +02:00
Peter Repukat
1a47ef8c35 Use GlosSI LaunchDir for app launch dir
It's setup in Steam shortcuts to be launch-app dir anyway
This allows user customozitation in Steam.
2021-10-28 17:48:31 +02:00
Peter Repukat
5d649b8dbf Add Settings 2021-10-23 16:03:18 +02:00
Peter Repukat
aaf9b50433 Add initial form of appLauncher 2021-10-23 13:33:01 +02:00