bontchev / pcodedmp

A VBA p-code disassembler
GNU General Public License v3.0
456 stars 85 forks source link

Moved VBA_Parser import to avoid import loop from olevba. #11

Closed kirk-sayre-work closed 5 years ago

bontchev commented 5 years ago

Could you please elaborate a bit and explain why is this change necessary? An example would be nice.

Also, the proposed modification is buggy and does not work. I can easily fix it - but I need to know why it is needed in the first place.

kirk-sayre-work commented 5 years ago

It looks like I had a version problem with olevba. After updating to the most recent version of olevba I no longer have the import cycle. Sorry for the bother. I am closing this pull request.