Radmir

Results 5 issues of Radmir

1. Sometimes I need to parse PE header without parsing DOS header + DOS stub 2. Seems that finding offset by rva is not implemented correctly and breaks down on...

- Removed collecting files content in memory - Read files content by chunks - Removed redundant conversions e.g. `struct.unpack('{}s'.format(self.cbLength), file.read(self.cbLength))` -> `file.read(self.cbLength)` - Added the cli argument `--optimize` to enable...

:+1: enhancement
setup.py
olebrowse

Hello! In some PE files Certificate Table can be malformed / contain invalid data. But if we use `ParseOptions::parse_attribute_certificates = true`, then whole parsing is failed. I suggest use default...

Reason: - sometimes I want to skip tls data parsing Changes: - added `ParseOptions.parse_tls_data`