javascript-obfuscator / javascript-obfuscator/webpack-obfuscator

Vue 3 project strange behaviors

未关闭
#126 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
928
派生
92
PR 合并指标
30 天内没有已合并 PR

描述

I'm not quite sure how to structure this issue, so here it goes.

I created a Vue 3 project with webpack and typescript, then modified the `vue.config.js` file and tested some options. **I'm not sure if there is a function name or a file I'm expected to exclude somehow.**

Seed is 0, most of the time I get console errors, sometimes it works in different ways.
```
const WebpackObfuscator = require('webpack-obfuscator');
module.exports = {
transpileDependencies: true,
configureWebpack: {
plugins: [
new WebpackObfuscator({
compact: true,
rotateStringArray: true
})
]

}
};
```

Seed 9055:
![image](https://user-images.githubusercontent.com/11581433/134577182-5fc2b1de-3ded-477b-be4a-a6a9a55fb4b7.png)

Seed 905555:
![image](https://user-images.githubusercontent.com/11581433/134577252-0c0f9fe2-f5eb-40e0-a315-cd813eef5580.png)

Seed 221155
Page empty: Console error:
`Uncaught DOMException: Document.querySelector: 'style[data-vue-ssr-id~=\x22449b31f0:0\x22]' is not a valid selector`

With more options:

```
new WebpackObfuscator({
compact: true,
identifierNamesGenerator: 'mangled-shuffled',
rotateStringArray: true,
seed: 0,
selfDefending: true,
shuffleStringArray: true,
simplify: true,
stringArray: true,
stringArrayIndexesType: [
'hexadecimal-number'
],
stringArrayEncoding: ['base64'],
stringArrayIndexShift: true,
stringArrayWrappersCount: 1,
stringArrayWrappersChainedCalls: true,
stringArrayWrappersParametersMaxCount: 2,
stringArrayWrappersType: 'variable',
stringArrayThreshold: 0.75,
target: 'browser',
})
```

Console error `Uncaught TypeError: can't access property "charAt", G is undefined`

![image](https://user-images.githubusercontent.com/11581433/134577760-a708517c-7af5-44de-882b-a27e1572eade.png)

Am I missing something I should be doing ? Or is it an issue with webpack-obfuscator?
Might be related to #123

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 vue.config.js 中报告的 Vue 3 项目配置开始,使用所示的 webpack-obfuscator 选项和 seeds 重现控制台错误。比较不同配置下的 selector 错误和 charAt 错误,然后查看相关 issue #123 中的讨论或发现。完成的标准是确定一个可重现的不兼容问题,或确定一个能够阻止这些错误的特定排除项/配置。

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript, webpack
领域
build-system, frontend
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。