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

Reduce thread/statefulness of current dumping solution #16

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Wunkolo
Copy link
Owner

@Wunkolo Wunkolo commented Mar 7, 2019

In relation to #13:
This is to optimize the dumping path into something more stable and generic across games that would hit less of the commonly-mitigated methods.
Less threads, less IPC-statefulness or dependency, and hopefully making the DLL more independent so that you wouldn't even have to use UWPInjector if you didn't want to.

@Wunkolo Wunkolo self-assigned this Mar 7, 2019
ClearTargetThread seems to be almost "Too fast" at times when dumping small programs and will unknowingly get UWPInjector to timeout
Add diagnostic data around remote thread based dumping
@tunip3
Copy link
Contributor

tunip3 commented Dec 22, 2019

might I ask why this fork has not been merged in?

@Wunkolo
Copy link
Owner Author

Wunkolo commented Dec 23, 2019

It is still in development and is not exactly merge-ready, and simply encapsulates a possible re-paradigm of the current dumping pattern.

@Wunkolo Wunkolo marked this pull request as draft May 20, 2021 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants