Wunkolo / UWPDumper

DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.
MIT License
805 stars 109 forks source link

Infinite Warfare crashes when trying to extract a file that is larger than approximately 300 MB #94

Open Artur16211 opened 1 year ago

Artur16211 commented 1 year ago

image

If I modify the path manually in the main.cpp so that the program only extracts files smaller than 300mb or so, it works correctly and the game does not crash.

image

When the game crashes, the cmd window remains as shown in the first image, and the last file in the DUMP folder is incomplete (usually around 20 to 50MB).

Original file: image