Skip to content

Release v0.4.1

Latest
Compare
Choose a tag to compare
@Sinflower Sinflower released this 14 Dec 20:10
· 1 commit to main since this release

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