You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testdok_makro.zip
I ran python vbadump.py testdok_makro.docm and got following error:
Traceback (most recent call last):
File "/home/csaudit/Documents/oleVbaParsers/mso-dumper-master/vbadump.py", line 533, in <module>
main()
File "/home/csaudit/Documents/oleVbaParsers/mso-dumper-master/vbadump.py", line 525, in main
container.read()
File "/home/csaudit/Documents/oleVbaParsers/mso-dumper-master/msodumper/ole.py", line 929, in read
self.__parseFile()
File "/home/csaudit/Documents/oleVbaParsers/mso-dumper-master/msodumper/ole.py", line 817, in __parseFile
self.header.parse()
File "/home/csaudit/Documents/oleVbaParsers/mso-dumper-master/msodumper/ole.py", line 216, in parse
n = int(size/4)
OverflowError: integer division result too large for a float
The text was updated successfully, but these errors were encountered:
testdok_makro.zip
I ran
python vbadump.py testdok_makro.docm
and got following error:The text was updated successfully, but these errors were encountered: