-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Unexpected Token #108
Comments
I think this could be related to #107. In my opinion, the problem is here:
But QBot also uses multiple FORMULA statements stringed together
so maybe Excel only uses the right most |
Here's another sample that fails on the same line of code with an unexpected token error: https://bazaar.abuse.ch/sample/ffa61432d63f42221525dfbe252af32ec4b697e41b23cfa7ff23c97589b0463d/ Both of these samples are recent Emotet samples. |
Quakbot similar problem I think: |
Similar issue with this sample: Execution trace
Suspected issueOne of the cell values (namely cell The value of this cell is itself the result of the execution of an other formula. But for some reason I can't figure, the value seems to be unwrapped and quotes are lost when building the final formula: Thanks for your awesome tool 🙂 |
The original issue with Unexpected Token is not fixed. Here is the output for the sample posted by jhhcs:
|
Can confirm that the issue of using colname as sheetname still remains in xlsm. This issue is fixed for xlsb format (#107) |
Now it is fixed for xlsm format as well (90a58f4) Please update xlmdeobfuscator from repo |
Can confirm that commit 90a58f4 works! |
This might be related to #101, and could be duplicate of #107 or #106; The following sample causes an unexpected token error with version 0.2.5 of XLMMacroDeobfuscator:
https://bazaar.abuse.ch/sample/218f8fb236a36cf6cfdd9b0f9544f98580ead944b1811744721eb22a7d1c9529/
The text was updated successfully, but these errors were encountered: