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

Hang on jpeg carving in _analyzeJpeg in reassembly/reassembly.py:693 #11

Open
ghost opened this issue Aug 9, 2015 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Aug 9, 2015

This happend while carving jpegs from a 22 GB file:

Traceback (most recent call last):
File "/usr/local/mmc/gui/gui_fc.py", line 84, in run
self.mFileCarver.runReassembly(self.mOptions, self)
File "/usr/local/mmc/filecarver.py", line 75, in runReassembly
pCaller)
File "/usr/local/mmc/reassembly/reassembly.py", line 23, in assemble
pFragments, lIdxNoHeader, self.mFiles)
File "/usr/local/mmc/reassembly/reassembly.py", line 406, in prepareFiles
self._analyzeJpeg(lFile, lData)
File "/usr/local/mmc/reassembly/reassembly.py", line 693, in _analyzeJpeg
Ls = ord(pData[(pFile.mMarker[CFileJpeg.MRK_SOS] + 2)]) * 255 +
IndexError: string index out of range

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

0 participants