Skip to content

Commit b79b6f3

Browse files
committed
Updated to v1.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
1 parent 647fca7 commit b79b6f3

28 files changed

+1538
-595
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v1.3.0 (24/05/2022)
2+
* Added new managed (.NET C#) assembly compiler and C# program files
3+
* Added option to choose between building native (C) or managed (.NET C#) builds
4+
* Added "Current Directory" into the file "Drop Location" option
5+
* Rewrote native build program code for fewer detections
6+
* Obfuscated all commands and added command string morphing to avoid static string detection
7+
* Changed Windows Defender exclusion commands to the new undetected form
8+
* Added save and load functionality to the builder
9+
* Added message box type selection to the "Fake Error" option
10+
* Changed compilers to always compile with a manifest to reduce detections
11+
* Restructured all project folders and files
12+
* Updated compilers
113
### v1.2.1 (18/09/2021)
214
* Changed Icon path and Assembly Data to now literalize escape characters
315
* Added check for Assembly Version to ensure that it contains only numbers

Diff for: README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11

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

4-
# UnamBinder 1.2.1 - A free silent native file binder
4+
# UnamBinder 1.3.0 - A free silent native file binder
55

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

88
## Main Features
99

10-
* Native (C) - Builds the final executable as a native (C) 32-bit file, has basically no run requirements
10+
* Native or Managed - Builds the final executable as a native (C) or a managed (.NET C#) 32-bit file depending on choice
1111
* Silent - Drops and executes (if enabled) files without any visible output unless the bound program has one
1212
* Multiple files - Supports binding any amount of files
13-
* Compatible - Supports all tested Windows version (Windows 7 to Windows 10) and all file types
13+
* Compatible - Supports all tested Windows version (Windows 7 to Windows 11) and all file types
1414
* Windows Defender exclusions - Can add exclusions into Windows Defender to ignore any detections from the bound files
1515
* Icon/Assembly - Supports adding an Icon and/or Assembly Data to the built file
16+
* Fake Error - Supports displaying a fake error message when file is originally started
1617

1718
## Downloads
1819

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

2526
## Changelog
2627

28+
### v1.3.0 (24/05/2022)
29+
* Added new managed (.NET C#) assembly compiler and C# program files
30+
* Added option to choose between building native (C) or managed (.NET C#) builds
31+
* Added "Current Directory" into the file "Drop Location" option
32+
* Rewrote native build program code for fewer detections
33+
* Obfuscated all commands and added command string morphing to avoid static string detection
34+
* Changed Windows Defender exclusion commands to the new undetected form
35+
* Added save and load functionality to the builder
36+
* Added message box type selection to the "Fake Error" option
37+
* Changed compilers to always compile with a manifest to reduce detections
38+
* Restructured all project folders and files
39+
* Updated compilers
2740
### v1.2.1 (18/09/2021)
2841
* Changed Icon path and Assembly Data to now literalize escape characters
2942
* Added check for Assembly Version to ensure that it contains only numbers

Diff for: UnamBinder.png

-15.6 KB
Loading

0 commit comments

Comments
 (0)