baxitaurus

Results 3 issues of baxitaurus

**Affected tool:** ooxml, oletools **Describe the bug** While running this piece of code against a xlsm file (4.4MB of size) ``` xml_parser = ooxml.XmlParser(filepath) for relationship, target in oleobj.find_external_relationships(xml_parser): ```...

:bug: bug
oleobj
ooxml

Hi, i'm working on a Windows 10 Pro 1909 VM with OSQuery 4.3.0 and trailofbits extensions v1.2. When I run `osqueryi --extensions_require ` I get a lots of log messages:...

bug
osquery-extensions

**PROBLEM** After the `close` method of a `pefile.PE` instance has been called, the garbage collector can't destroy the object due to a lot of reference cycles. This obviously causes memory...