javascript-obfuscator / webpack-obfuscator

javascript-obfuscator plugin for Webpack
https://github.com/javascript-obfuscator/javascript-obfuscator
BSD 2-Clause "Simplified" License
870 stars 82 forks source link

DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded. #146

Open jetan9019 opened 2 years ago

jetan9019 commented 2 years ago

_0xd781['base64DecodeUnicode'] = function(_0x1e15cf) { var _0x143344 = atob(_0x1e15cf);此行报错: DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.

版本:webpack-obfuscator0.10.0

有一定的几率编译后,打开页面出现此错误