Releases: UnamSanctam/UnamDownloader
Releases · UnamSanctam/UnamDownloader
UnamDownloader 1.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
UnamDownloader 1.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
UnamDownloader 1.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
UnamDownloader 1.4.1
- Worked around windres limitation of not supporting spaces in file paths
UnamDownloader 1.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
UnamDownloader 1.3.1
- Changed string literal function
UnamDownloader 1.3.0
- Changed obfuscation from reversed string to XOR encryption, reduces detections and file size
- Fixed bug when file path included apostrophes or any other escape characters
UnamDownloader 1.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
UnamDownloader 1.1.1
- Fixed save 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
UnamDownloader 1.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