diff --git a/tools/fix-other.sh b/tools/fix-other.sh index c0138be..b9e4ddb 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -23,7 +23,7 @@ asar e app.asar app notice "解密" "$root_dir/tools/app-decrypt.js" "$res_dir/app/main/.biliapp" "$res_dir/app/main/app.orgi.js" -"$root_dir/tools/js-decode.js" "$res_dir/app/main/app.orgi.js" "$res_dir/app/main/app.orgi.js" +"$root_dir/tools/js-decode.js" "$res_dir/app/main/app.orgi.js" "$res_dir/app/main/app.js" "$root_dir/tools/bridge-decode.js" "$res_dir/app/main/assets/bili-bridge.js" "$res_dir/app/main/assets/bili-bridge.js" notice "====index.js====" diff --git a/tools/js-decode.js b/tools/js-decode.js index e529a28..dbb609c 100755 --- a/tools/js-decode.js +++ b/tools/js-decode.js @@ -66,8 +66,8 @@ resultCode = resultCode.replace( // 二分法查找异常点 // 763 ok // 764 error - if(i === 11799){ - // if(i === 11799){ + if(i === 11798){ + // if(i === 11798){ // console.log("--->", $0, $1, $2) // let result = eval('"' + $1 + '"') // console.log("--->", result)