Releases: fededim/BinaryToPowershellScript
Releases · fededim/BinaryToPowershellScript
1.0.1
- added -c option to compress file(s) through gzip compression, the compression gets automatically disabled if the compressed file size is bigger than original size.
- added -h option to add a SHA256 hash as a check on file(s) integrity
- improved hex format now it uses 2 bytes instead of 4 for each byte in the input file
- added powershell implementation, it can be used when running an executable is not allowed
- added dynamic output file generation: now it generates the helper functions only when the related option is specified (e.g. hashing helper code is added only when you specify -h option, etc.)
- added output script length in KB in console output
- some bugfixes