-
Notifications
You must be signed in to change notification settings - Fork 361
obfuscator: 拼接stringArray代码时因保留注释而忽略掉部分语句 #118
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
Comments
你下载的代码是最新的吗,怎么你的报错和我的不一样 |
贴上去的完整代码解密也会报错。我展示的这个报错应该是第4行的加密代码解密后的报错 |
你仔细看下,报的不是同一个错。你贴出来的问题和 #116 一样。 |
Signed-off-by: echo094 <[email protected]>
处理完整代码时的报错是找不到函数名,问题出在拼接代码时混入了单行注释,导致后续代码被忽略。 你更新下最新代码,然后重新安装依赖,应该都解决了。 |
已验证,没问题了,感谢 |
|
再试下,如果还有问题就把运行报错的详细输出内容贴一下。 |
可以正常使用了,感谢 |
Which plugin are you reporting a bug for?
obfuscator
Version of Node
18.16.4
Input code
https://playcode.io/1977912
ob解密的时候报错了
for (let i = bind.length - 1; i >= 0; --i) {
^
TypeError: Cannot read properties of undefined (reading 'length')
Additional context
No response
The text was updated successfully, but these errors were encountered: