onexue
onexue
使用最新版本的源码,douyin cookie写入settings.json中,会报登录的错误  当将update_cookie设置为false的时候,登录错误消失,但下载视频是失败的  期间cookie是未过期的吗,我还尝试了忽略douyin登录的错误 进行视频下载,得出的结果和第二个图是一样的,链接可以解析,但视频无法下载成功,是api的参数出问题了吗
android版本:15 内核版本:6.1.99 面具:KSU 模块:未启用任何模块 frida-server版本:17.1.3 frida版本:17.1.3 hook dlopen代码: ''' function ddd() { var dlopen = Module.findExportByName(null, "dlopen"); // 6.0 var android_dlopen_ext = Module.findExportByName(null, "android_dlopen_ext"); // 高版本8.1以上 Interceptor.attach(dlopen, { onEnter: function...