bmc-tools
bmc-tools copied to clipboard
RDP Bitmap Cache parser
Added some checks for write permissions + folder creation when the destination folder does not exist
HI, thanks for the cool tool. It would be nice to be able to run the tool in browser. This way it could be integrated to [CyberChef](https://gchq.github.io/CyberChef/) or run in...
I added some extra code to the bottom so that when you run this tool over a whole drive with KAPE you end up with a new folder for each...
Multiple copies of the input file data were being created, due to data being copied in a loop. In Python, the slice of a bytes buffer does not create a...
When padding the buffer doesn't lead to the exact size (e.g. bigger) it will keep appending. A corrupt file still wouldn't really work, but at least the tool would terminate
Adding Exceptions for bitmap collage if not enough files are present with default -WIDTH of 64 ``` try: c_bmp = b"" if not self.pal else self.PALETTE if self.btype == self.BIN_CONTAINER:...