加密函数分析的过程参看以下链接:
https://www.bilibili.com/read/cv9212124/
这个链接里面,除了加密参数的参考步骤需要尤其注意之外,还有一点还注意,链接中特地指出:
这时把目光看向扣出得最后一行:
[, , “undefined” != typeof exports ? exports : void 0, “undefined” != typeof module ? module : void 0]
不知道得可以查一下js中 exports 和 module 得用法、这里改掉
[, , void 0, void 0]
这个意思就是,当我们用python中的exejs去运行它的时候,如果出现了undefined sign这个字样,应该是环境的问题,找了很久,参考了以下链接:
https://blog.csdn.net/m0_46780369/article/details/121167237,
https://blog.csdn.net/qq_43454410/article/details/120946279
才实现了’缺啥补啥‘这句话。
之后会出一个详细的破解过程,包括JS代码,python代码,nodejs环境配置和。
感谢大家的观看。



