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

olevba: decompress_stream should accept bytearray or bytes #422

Closed
decalage2 opened this issue Apr 8, 2019 · 0 comments
Closed

olevba: decompress_stream should accept bytearray or bytes #422

decalage2 opened this issue Apr 8, 2019 · 0 comments
Assignees
Milestone

Comments

@decalage2
Copy link
Owner

decompress_stream in v0.54 requires a bytearray as input, whereas it was bytes in previous versions. This causes an issue with pcodedmp. Solution: if input is bytes, convert it to bytearray.

@decalage2 decalage2 added this to the oletools 0.54 milestone Apr 8, 2019
@decalage2 decalage2 self-assigned this Apr 8, 2019
bitsikas pushed a commit to SpamExperts/oletools that referenced this issue May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant