Wunk
Wunk
This is very vague and sounds just like all the other "Unable to find target thread" issues which generally indicate that the title you are trying to extract has some...
Sorry for the delay, have you ran into this issue again at all? The path `C:\Users\User\AppData\Local\Packages\ParadoxInteractive.PillarsofEternity-MicrosoftStor_zfnrdv2de78ny\TempState\DUMP\PillarsOfEternity_Data\data_expansion1\localized\it\text\conversations\px1_00_stalwart_village\px1_00_bs_ambient_banters.stringtable` is 249 characters total. Which should be totally fine as there is no intermediate...
If it is failing at the remote memory allocation step, then the application is not being allowed to remotely interface with the target process. Either through easy anti cheat or...
It sounds like the executable itself is protecting against remote process allocations and is unable to be injected into. It blocks the initial remote memory allocation which gets the process...
Sounds like a good idea. Though at the moment there isn't a command-line-only way to run the dumper. Passing in a regex expression to test the file paths against, and...
There is now a command-line-only way to run UWPInjector since this issue has been created and this might be much more possible now. The design would be `-f` or `-filter`...
I don't have Forza 4 myself to really test much of this. Have you tried using something like Process Explorer to suspend the process before injecting?
Sorry for the delay on this. Currently working full-time. I have some ideas of things to try to poke in on the file-system but I also feel like it's probably...
Usually when a program crashes you'd be presented with some way to pick between closing the program or attempting to debug it. Which would allow you to pick a debug...
I don't know if DoubleAgent handles this. But any dll loaded into a UWP process has to have the [S-1-15-2-1](https://github.com/Wunkolo/UWPDumper/blob/master/UWPInjector/source/main.cpp#L121) (`ALL APPLICATION PACKAGES`) access control too to be injected. Unless...