LSB-Steganography icon indicating copy to clipboard operation
LSB-Steganography copied to clipboard

MemoryError

Open pdelteil opened this issue 5 years ago • 2 comments

LSBSteg.py decode -i file.png -o output.txt

Traceback (most recent call last): File "/usr/local/bin/LSBSteg.py", line 189, in main() File "/usr/local/bin/LSBSteg.py", line 183, in main raw = steg.decode_binary() File "/usr/local/bin/LSBSteg.py", line 165, in decode_binary for i in range(l): MemoryError

pdelteil avatar Sep 25 '18 14:09 pdelteil

Hi Philippe, Sorry for the delay of response. Are you sure, you correctly did embbed an hidden message in file.png beforehand ? That means you filled your RAM because the size of the file read by l = int(self.read_bits(64), 2) is incorrect.

RobinDavid avatar Oct 05 '18 12:10 RobinDavid

Hello Robin,

I was trying to solve a Stego Challenge, so, the file might not have anything to decode. But still, some error should be displayed. :dancer:

pdelteil avatar Oct 08 '18 22:10 pdelteil