DissectMalware / XLMMacroDeobfuscator

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

Fix for "Error: local variable 'data' referenced before assignment" #35

Closed JohnLaTwC closed 4 years ago

JohnLaTwC commented 4 years ago

Fix for "Error: local variable 'data' referenced before assignment" on sample 33719faebf43bf99964ae15582a7dbbfe42605a203c7725913fb4c6bbf69d69f because of this statement: =SET.VALUE(IJ9596, GET.CELL(50,CM49780)+-383-2) at Sheet2!CM49780

DissectMalware commented 4 years ago

This issue has been addressed. Thank you for the PR.