Skip to content

olevba: decompress_stream should accept bytearray or bytes #422

@decalage2

Description

@decalage2

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions