这是什么样的编码? _0x5D78A7

发布于 2025-02-01 16:44:14 字数 767 浏览 2 评论 0原文

你好吗?

我已经尝试了几个小时来了解这是什么代码进行解码,我不知道这是什么样的编码,我尝试了所有内容... 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巾帼英雄 2025-02-08 16:44:14

这不是编码。例如,该功能简单地命名_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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文