Releases: UnamSanctam/UnamBinder
Releases · UnamSanctam/UnamBinder
UnamBinder 1.3.0
- Added new managed (.NET C#) assembly compiler and C# program files
- Added option to choose between building native (C) or managed (.NET C#) builds
- Added "Current Directory" into the file "Drop Location" option
- Rewrote native build program code for fewer detections
- Obfuscated all commands and added command string morphing to avoid static string detection
- Changed Windows Defender exclusion commands to the new undetected form
- Added save and load functionality to the builder
- Added message box type selection to the "Fake Error" option
- Changed compilers to always compile with a manifest to reduce detections
- Restructured all project folders and files
- Updated compilers
UnamBinder 1.2.1
- Changed Icon path and Assembly Data to now literalize escape characters
- Added check for Assembly Version to ensure that it contains only numbers
UnamBinder 1.2.0
- 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
UnamBinder 1.1.1
- Worked around windres limitation of not supporting spaces in file paths
UnamBinder 1.1.0
- Added new custom minimal MinGW64 windres resource compiler
- Added new Icon and Assembly Data options using the new resource compiler
- Increased key complexity to avoid general key scans
- Fixed general small bugs
- Optimized code
UnamBinder 1.0.0
- Initial release