Skip to content

Tags: UnamSanctam/UnamDownloader

Tags

ud-v1.6.0

Toggle ud-v1.6.0's commit message
Updated to v1.6.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
* Rewrote native build program code for fewer detections
* Combined every command into a single command instead of multiple ones
* 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

ud-v1.5.1

Toggle ud-v1.5.1's commit message
Updated to v1.5.1

* Changed Icon path and Assembly Data to now literalize escape characters
* Added check for Assembly Version to ensure that it contains only numbers

ud-v1.5.0

Toggle ud-v1.5.0's commit message
Updated to v1.5.0

* Replaced windres with a custom compiled windres that supports spaces in file paths
* 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
* Cleaned up code

ud-v1.4.1

Toggle ud-v1.4.1's commit message
Updated to v1.4.1

* Worked around windres limitation of not supporting spaces in file paths

ud-v1.4.0

Toggle ud-v1.4.0's commit message
Updated to v1.4.0

* Added new custom minimal MinGW64 windres resource compiler
* Added new Icon and Assembly Data options using the new resource compiler
* Removed managed build type since native now has all the features managed had while also being better overall
* Increased key complexity to avoid general key scans
* Improved powershell code
* Fixed general small bugs
* Optimized code

ud-v1.3.1

Toggle ud-v1.3.1's commit message
Updated to v1.3.1

* Changed string literal function

ud-v1.3.0

Toggle ud-v1.3.0's commit message
Update Builder.cs

ud-v1.2.0

Toggle ud-v1.2.0's commit message
Updated to v1.2.0

* Changed it to compile native into 32-bit programs for wider compatibility
* Added random string into the native code to randomize file checksum/hash on each build
* Optimized and improved Windows Defender Exclusions

ud-v1.1.1

Toggle ud-v1.1.1's commit message
Updated to v1.1.1

* Fixed bug when building native files to another directory than the builder location
* Added the builder location as the standard save location to make it easier to navigate

ud-v1.1.0

Toggle ud-v1.1.0's commit message
Updated to v1.1.0

* Added option to build the downloader as a native C file, greatly reduces detections
* Added a TinyCC compiler for native C builds
* Updated required .NET for the builder to .NET 4.5 and the required .NET for the managed .NET C# build to .NET 4.0
* Changed the Run as Administrator option to use a new manifest file