Skip to content

UnamBinder 1.2.0

Compare
Choose a tag to compare
@UnamSanctam UnamSanctam released this 14 Sep 21:56
· 2 commits to master since this release
  • Replaced windres with a custom compiled windres that supports spaces in file paths
  • Removed Base64 encoding/decoding in favor of using bytes directly, meaning no build file size overhead and much faster decoding
  • Added new Fake Error option that will display a custom error when the build is started
  • Added new Start Delay option to delay the dropping and execution of files, can bypass Windows Defender sandboxing
  • Added extensive error checking and more thorough messages whenever anything goes wrong
  • Added new log files for compiler errors
  • Fixed support for executing all types of files
  • Fixed possible bug when encoding very large files
  • Cleaned up code