Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Data needs to be protected if game is running #7

Closed
epinter opened this issue Jul 8, 2019 · 2 comments
Closed

Data needs to be protected if game is running #7

epinter opened this issue Jul 8, 2019 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@epinter
Copy link
Owner

epinter commented Jul 8, 2019

No description provided.

@epinter epinter added this to the v0.7.0 milestone Jul 8, 2019
@epinter epinter added the enhancement New feature or request label Jul 8, 2019
@epinter epinter closed this as completed Jul 14, 2019
@EtienneLamoureux
Copy link
Contributor

That's super nice. How do you detect it?

@epinter
Copy link
Owner Author

epinter commented Jul 14, 2019

That's super nice. How do you detect it?
I have a class to monitor the process list every 3 seconds, when any .exe from game directory is found running, everything is blocked. Here:

ProcessHandle.allProcesses().forEach(p -> {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants