You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I, too, was uninspired when choosing a parser for a more targeted deobfuscator. I went with esprima, which doesn't support a lot of newer language features as well. As a workaround I found that transpiling the code to a compatible version via babel before deobfuscation works well and removes the need of rewriting the project with another parser.
Hello! I try to deobfuscate a file that have private fields (hash char #):
here docs on mozilla
I guess it's a problem related to shift-parser that not support those new spec.
The text was updated successfully, but these errors were encountered: