You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: