Skip to content

Latest commit

 

History

History
39 lines (39 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

39 lines (39 loc) · 2.16 KB

v1.5.1 (18/09/2021)

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

v1.5.0 (14/09/2021)

  • 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

v1.4.1 (12/09/2021)

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

v1.4.0 (12/09/2021)

  • 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

v1.3.1 (05/09/2021)

  • Changed string literal function

v1.3.0 (03/09/2021)

  • 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

v1.2.0 (21/08/2021)

  • 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

v1.1.1 (15/08/2021)

  • 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

v1.1.0 (14/08/2021)

  • 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

v1.0.0 (14/08/2021)

  • Initial release