cccs-jh
cccs-jh
Running xlmdeobfuscator on this file: https://www.virustotal.com/gui/file/a0de1f3af78bef68ddfcabf4b7cedfa0e466ac65648a5e81e591702b463c96b1 gives the following error: Unencrypted xls file [Loading Cells] auto_open: auto_open->'KBRSBTL'!$J$1 [Starting Deobfuscation] CELL:J12 , FullEvaluation , "False" Error [deobfuscator.py:2586 parse_tree = self.xlm_parser.parse(formula)]: Unexpected...
The imp module is removed in 3.12 and causes an error when loading `xxxswf`. The recommended replacement is `importlib` but here the use of imp is actually redundant. When `yara`...
Fixes #40 Importing vipermonkey fails because Context is not defined in vipermonkey.api. I assume it used to be imported by one of the wildcard imports, this bug doesn't happen with...
**Describe the bug** import vipermonkey gives an error in pypy **To Reproduce** ``` $ pypy -m pip install --no-cache-dir -U https://github.com/kirk-sayre-work/ViperMonkey/archive/master.zip $ pypy Python 2.7.18 (a29ef73f9b32, Nov 09 2020, 18:42:06)...
… is None. Currently if the file_node_type is not handled data is uninitialized and can cause an AttributeError.