Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

capability of ignoring unwanted processes in injection list #15

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

Yamartim
Copy link
Contributor

Made so the user can write an "excluded.txt" file that includes processes uevr will ignore in the injection list, possibly solves #12 and this specific issue I was having where UEVR always put parsec on the list of injectable processes when it definitely isn't one

the code added is very simple and should only trigger in case the txt file is actually written

image

made so the used can write an "excluded.txt" file that includes processes uevr will ignore in the injection list
UEVR/MainWindow.xaml.cs Outdated Show resolved Hide resolved
@praydog
Copy link
Owner

praydog commented Feb 19, 2024

I am concerned about constantly reading from a file when calling this function for every single process, but that is very miniscule so not too worried about it especially if it's optional right now. I would have preferred it to be cached upon startup or something along those lines.

@praydog praydog merged commit edc4a62 into praydog:main Feb 19, 2024
1 check passed
@djsolidsnake86
Copy link

i tried this but i continue to see processes that i excluded in the txt file

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants