Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vbadump overflow error #10

Open
serkonda7 opened this issue Aug 26, 2022 · 0 comments
Open

vbadump overflow error #10

serkonda7 opened this issue Aug 26, 2022 · 0 comments

Comments

@serkonda7
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant