Switched from 32-bit applications to 64-bit to prevent memory errors when processing large files
UberWolfGUI
- Added pack button
- Added pack config dialog
- Replaced injection option with unprotect
UberWolfLib
- Fully implemented packing
- Added packing for encryption version 3.31
- Slightly reduced noise level of messages
- Unpacking is now always done in a separate process to prevent crashes of the application if unpacking fails
- Improved auto-detection of encryption standard
- Added some additional error handling
- Removed injection-based key finding
- Added option to create unprotected versions of encrypted Pro files, currently not supported for Pro v2
UberWolfCli
- Added a proper command line interface based on CLI11