lmco / laikaboss

Laika BOSS: Object Scanning System
Apache License 2.0
739 stars 156 forks source link

explode_ole: use scanObject.buffer directly instead of a copy #49

Closed knowmalware closed 8 years ago

knowmalware commented 8 years ago

Should be more efficient and quicker, especially with larger files.

marnao commented 8 years ago

Good stuff. This wasn't available prior to 0.41 which is why it was originally a file-like object. Can you please remove the StringIO import since it's no longer needed?