pyexecjs模块

mac2022-06-30  103

1,找到断点事件

2,浏览call stack 下面的代码,找到需要的值

3,F11进入方法内部

 对于网站自己定义的方法,可以用py复制下来进行执行js

N = function (a, b, c) { var d = decode(a) , e = d.slice(8,16) , f = m(j(b, c), e) , g = f.key , h = f.iv; return d = d.slice(16, d.length), a = o(d, g, h, c)js文件模拟方法wid电脑 import execjsmac虚拟机安装js包在执行 import execjs

 

转载于:https://www.cnblogs.com/wdty/p/10631025.html

最新回复(0)