Skip to content

Commit

Permalink
Updated to v1.2.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
UnamSanctam committed Sep 14, 2021
1 parent 1372cf9 commit 2ea7de1
Show file tree
Hide file tree
Showing 10 changed files with 319 additions and 175 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v1.2.0 (14/09/2021)
* 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
### v1.1.1 (12/09/2021)
* Worked around windres limitation of not supporting spaces in file paths
### v1.1.0 (12/09/2021)
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<img src="https://github.com/UnamSanctam/UnamBinder/blob/master/UnamBinder.png?raw=true">

# UnamBinder 1.1.1 - A free silent native file binder
# UnamBinder 1.2.0 - A free silent native file binder

A free silent (hidden) open-source native file binder.

Expand All @@ -24,6 +24,16 @@ You can find the wiki [here](https://github.com/UnamSanctam/UnamBinder/wiki) or

## Changelog

### v1.2.0 (14/09/2021)
* 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
### v1.1.1 (12/09/2021)
* Worked around windres limitation of not supporting spaces in file paths
### v1.1.0 (12/09/2021)
Expand Down
Binary file modified UnamBinder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 96 additions & 10 deletions UnamBinder/Builder.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ea7de1

Please sign in to comment.