Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow error #17

Open
felbinger opened this issue Jun 8, 2018 · 3 comments
Open

Overflow error #17

felbinger opened this issue Jun 8, 2018 · 3 comments

Comments

@felbinger
Copy link

felbinger commented Jun 8, 2018

Hello,
I don't get your script working. I had to install the modules python-opencv and python-docopt via apt (working on debian), to fix the import errors. But now I get an Overflow Error:

  File "LSBSteg.py", line 189, in <module>
    main()
  File "LSBSteg.py", line 183, in main
    raw = steg.decode_binary()
  File "LSBSteg.py", line 165, in decode_binary
    for i in range(l):
OverflowError: range() result has too many items

I am running the command: python LSBSteg.py decode --in=export.png --out=outfile
How can I fix it?
Thanks in advance.

@EllisonFord
Copy link

I have the same problem, if anyone knows how to solve this.

@felbinger
Copy link
Author

I couldn't solve the problem. I used another tool for the stego challenge I was working on.

@SebastienTainon
Copy link

@felbinger Which one did you use? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants