pitrex29 / exe2bat

Wraps any file into batch script
MIT License
3 stars 0 forks source link

Can't find Executeable in Temp Folder #1

Closed RequestFX closed 3 years ago

RequestFX commented 3 years ago

image

pitrex29 commented 3 years ago

Is the problem still present in v0.6 ?

pitrex29 commented 3 years ago

Try running .bat from command prompt. Is there any freezing, error messages or mouse cursor change?

RequestFX commented 3 years ago

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

RequestFX commented 3 years ago

Do you maybe know how to make it shorter? Base64 is a kinda long encryption algorithm ngl

pitrex29 commented 3 years ago

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"