-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
'$' issues when use javascriptobfuscator_unpacker #1610
Labels
Milestone
Comments
This was referenced Apr 27, 2021
Closed
Can I take up this issue |
Hi, @bitwiseman is this issue still open? |
Yes, it is still open. |
is this issue still open ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Orignal code:
Input
code after obfuscated
Expected Output
Expecting result as below after unpack
Actual Output
Steps to Reproduce
JavascriptObfuscator.unpack(code)
Reason
The symbol
$
is treated as a capture when replace string using RegExp, standalone$
sign should be escaped for this scenario.The text was updated successfully, but these errors were encountered: