这是什么样的编码? _0x5D78A7
你好吗?
我已经尝试了几个小时来了解这是什么代码进行解码,我不知道这是什么样的编码,我尝试了所有内容... hex,base64等...请帮助我!代码下面:
function _0x415c() {
var _0x5d78a7 = ["76780CLVYuB", "575860TjCrgq", "278991YQCHtU", "543592jjcALm", "12lhjAtx", "2sdRamg", "726184NnOvGS", "45zKJbOx", "ById", "77TyiDmE", "1031964iRWxPe", "getElement", "textConten", "660947xlKNBZ", "log"];
_0x415c = function () {
return _0x5d78a7;
};
return _0x415c();
}
这是什么???
"76780CLVYuB", "575860TjCrgq", "278991YQCHtU", "543592jjcALm", "12lhjAtx", "2sdRamg", "726184NnOvGS", "45zKJbOx", "ById", "77TyiDmE", "1031964iRWxPe", "getElement", "textConten", "660947xlKNBZ", "log"
这些
_0x415c
_0x5d78a7
_0x415c
代码在.js文件中!
how are you?
I've been trying for hours to understand what code this is to decode, I don't know what kind of encoding this was, I've tried everything... Hex, Base64, etc... Help me, please! The code is below:
function _0x415c() {
var _0x5d78a7 = ["76780CLVYuB", "575860TjCrgq", "278991YQCHtU", "543592jjcALm", "12lhjAtx", "2sdRamg", "726184NnOvGS", "45zKJbOx", "ById", "77TyiDmE", "1031964iRWxPe", "getElement", "textConten", "660947xlKNBZ", "log"];
_0x415c = function () {
return _0x5d78a7;
};
return _0x415c();
}
What's this???
"76780CLVYuB", "575860TjCrgq", "278991YQCHtU", "543592jjcALm", "12lhjAtx", "2sdRamg", "726184NnOvGS", "45zKJbOx", "ById", "77TyiDmE", "1031964iRWxPe", "getElement", "textConten", "660947xlKNBZ", "log"
and
_0x415c
_0x5d78a7
_0x415c
These codes are inside a .js file!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是编码。例如,该功能简单地命名
_0x415c
。源代码是通过obfuscator运行的(很可能 https://obfuscator.io/ )使您更难阅读源代码。不幸的是,您无能为力。
通常,如果您想找出正在发生的事情,则可以在调试器中浏览代码。
It's not an encoding. E.g. the function is simply named
_0x415c
.The source code is by all certainty run through an obfuscator (most probably this https://obfuscator.io/) to make it harder for you to read the source code. Unfortunately not anything you can do about it.
Typically, if you want to find out what's happening, you can step through the code in a debugger.