Closed RequestFX closed 3 years ago
Is the problem still present in v0.6 ?
Try running .bat from command prompt. Is there any freezing, error messages or mouse cursor change?
It was a problem with the Character preset. I had it on Unicode or Multibyte or I dont remember but it messed up the ending of base64 encoding
Do you maybe know how to make it shorter? Base64 is a kinda long encryption algorithm ngl
Source file is in Unicode, and for the generated scripts it shouldn't matter. Base64 isn't meant to be used as an encryption algorithm. There is also "base92" encoding but in pure batch it would run extremely slow. I was thinking bout combining a bat file concatenated with raw data, that would carve that data out with some crafty copying command. To avoid binaries trying executing themselves in cmd, the bat file part ends with "exit"