Giter Site home page Giter Site logo

Comments (26)

wzal2008 avatar wzal2008 commented on August 15, 2024

脚本地址https://github.com/walle1798/EVE/blob/master/m_jd_wx_cartKoi.js

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

脚本地址https://github.com/walle1798/EVE/blob/master/m_jd_wx_cartKoi.js

是无法解混淆还是运行报错?

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

解密时这种const lll11llI=IiI1IiII;function IiI1IiII解不出,感谢回复

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

贴一下报错内容吧

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

image

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

解密后,运行报错

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

解密后,运行报错

从图上看解混淆都是正常的,输出的都是正常的提示内容。

这个jsjiami的配置包括防格式化检查,如果解混淆了会被这个函数检测到然后执行死循环。
在这个脚本里解混淆后到第一个函数就是检测函数,你把它删了就能正常运行。

我后续看看有没有特征,在解混淆时一并把它删除。

以下是脚本里的检测代码:

const lIliIi11 = function () {
  let lilI1Ii = true;
  return function (llll1I11, ll1l1lI) {
    const ii11il1 = lilI1Ii ? function () {
      if (ll1l1lI) {
        const IiI1li = ll1l1lI.apply(llll1I11, arguments);
        return ll1l1lI = null, IiI1li;
      }
    } : function () {};
    return lilI1Ii = false, ii11il1;
  };
}(),
      lI11I1l = lIliIi11(this, function () {
  return lI11I1l.toString().search("(((.+)+)+)+$").toString().constructor(lI11I1l).search("(((.+)+)+)+$");
});

lI11I1l();

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

谢谢

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

解密时这种const lll11llI=IiI1IiII;function IiI1IiII解不出,感谢回复

这个函数是解了混淆的,只是变量名太多让你以为没有解。

为了提高混淆的复杂度,大部分混淆器在混淆时会将变量名会不可逆地变为可读性差的名字(不会影响这段代码的运行,但会导致外部代码无法调用),而解混淆只能还原可逆变换。

正是因为不可逆的副作用,加密网站(比如jsjiami)会让你输入需要保留名字的变量。

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

谢谢大佬回复,脚本运行报没有授权,这个链接里的脚本EVE/magic.js at master · walle1798/EVE (github.com)最后一段也是v7加密,解密后,不知授权在哪一段,大佬看有空能帮我删除掉不?我在一个无界收费群里,但一些定制脚本我都没有,放出来了,又要授权。

我只解决有关本工具的问题,magic.js的解混淆没问题,你直接在本地调试一下就知道该删什么代码了。

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

报错截图
image

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

报错截图 image

这是哪个脚本,看着像是脚本自己的代码有问题啊,本身能运行吗?

unterminated comment:注释的*/是不是被删了

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

注释删掉了 脚本是这个

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

邮箱附件里发了脚本

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

邮箱附件里发了脚本

没发上来吧,这边没看到

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

脚本已发附件

邮件里发附件这边看不到,你要在网页上贴进来,直接拖到编辑框里。

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

今日头条多号.zip

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

直接发脚本报错,我发压缩包

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

今日头条多号.zip

这个文件在我这边没问题啊。

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

脚本地址https://github.com/walle1798/EVE/blob/master/m_jd_wx_cartKoi.js

已更新,能够自动删除这类保护代码。

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

from decode-js.

wzal2008 avatar wzal2008 commented on August 15, 2024

from decode-js.

echo094 avatar echo094 commented on August 15, 2024

这段是卡密验证段,怎样修改能过验证,想学习学习,费心了

这不在本项目的讨论范围内。

这部分代码还是比较简单的,建议自己尝试看懂。

from decode-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.