Protod
Protod copied to clipboard
Doesn't process large files
I'm trying to process a relatively large binary (35MB!) with Protod, but I'm getting OverflowErrors. If I get it working, I'll close this issue and send over a PR.
Stacktrace:
Traceback (most recent call last):
File "protod.py", line 315, in <module>
extractor.extract()
File "protod.py", line 274, in extract
for k in range(probable_size+1024, 0, -1):
OverflowError: range() result has too many items
https://github.com/Manouchehri/Protod/tree/overflow-fix
Untested.