We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug OleFileIO.get_metadata() hangs when parsing some corrupt ole files
File or Malware sample to reproduce the bug Sample code:
import olefile ole = olefile.OleFileIO('fc1fe4c124cc42eda492d2714bced597') ole.get_metadata()
two sample files samples.zip
How To Reproduce the bug You can easily reproduce it with the sample code
Expected behavior It can either return with partial information or raise an exception.
Console output / Screenshots debug.log
Version information:
Additional context For some reason the count is a very big number. But _parse_property_basic() always return zero size. We need to by pass such loop.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
decalage2
No branches or pull requests
Describe the bug
OleFileIO.get_metadata() hangs when parsing some corrupt ole files
File or Malware sample to reproduce the bug
Sample code:
import olefile
ole = olefile.OleFileIO('fc1fe4c124cc42eda492d2714bced597')
ole.get_metadata()
two sample files
samples.zip
How To Reproduce the bug
You can easily reproduce it with the sample code
Expected behavior
It can either return with partial information or raise an exception.
Console output / Screenshots
debug.log
Version information:
Additional context
For some reason the count is a very big number. But _parse_property_basic() always return zero size. We need to by pass such loop.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: