DissectMalware / XLMMacroDeobfuscator

Extract and Deobfuscate XLM macros (a.k.a Excel 4.0 Macros)
Apache License 2.0
568 stars 115 forks source link

can only concatenate str (not "int") to str #46

Closed jcarndt closed 4 years ago

jcarndt commented 4 years ago

There is an error when running this file on the deobfuscator: https://app.any.run/tasks/a03dbd65-7949-4570-8ebf-89c060244b46

Output to the screen says:

[Loading Cells] can only concatenate str (not "int") to str

DissectMalware commented 4 years ago

I am working to fix this issue

DissectMalware commented 4 years ago

It is fixed. Please update both xlrd2 and XLMMacroDeobfuscator from Github

Deofuscated macro of the provided sample: https://pastebin.com/iAuhw8Dp