上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 123 下一页
摘要: static function OnBeforeResponse(oSession: Session) { if (m_Hide304s && oSession.responseCode == 304) { oSession["ui-hide"] = "true"; } // MessageBox. 阅读全文
posted @ 2025-02-25 14:18 AngDH 阅读(35) 评论(0) 推荐(0)
摘要: function hook_sha1(){ var addr = Module.findBaseAddress("libthirteen.so"); // console.log(addr) var func_addr = addr.add(0x47944); // console.log(func 阅读全文
posted @ 2025-02-17 22:40 AngDH 阅读(81) 评论(0) 推荐(0)
摘要: function hook_sha1(){ var addr = Module.findBaseAddress("libmfw.so"); // console.log(addr) var func_addr = addr.add(0x3E1D0); // console.log(func_addr 阅读全文
posted @ 2025-02-17 17:21 AngDH 阅读(15) 评论(0) 推荐(0)
摘要: adb shell "dumpsys window | grep mCurrentFocus" 阅读全文
posted @ 2025-02-03 13:56 AngDH 阅读(13) 评论(0) 推荐(0)
摘要: https://github.com/lasting-yang/frida_hook_libart frida -U -f 包名 -l hook_RegisterNatives.js 阅读全文
posted @ 2025-01-26 11:08 AngDH 阅读(43) 评论(0) 推荐(0)
摘要: https://bbs.kanxue.com/thread-260550.htm function hookstrcmp(){ Java.perform(function() { console.log("I am a Hook function"); var strcmp = Module.fin 阅读全文
posted @ 2025-01-25 16:19 AngDH 阅读(35) 评论(0) 推荐(0)
摘要: //adlfkiaklimm7Y function last_str_ex(input_ts,input_list) { // 01736406748895 let list_len = input_list.length; let result = ''; for(let i=0;i<input_ 阅读全文
posted @ 2025-01-15 14:31 AngDH 阅读(72) 评论(0) 推荐(0)
摘要: let a1 = hY['Boolean'](hY['navigator']['credentials']); let a2 = hY['Boolean'](hY['navigator']['appMinorVersion']); let a3 = hY['Boolean'](hY['navigat 阅读全文
posted @ 2025-01-03 18:36 AngDH 阅读(103) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-01-02 23:19 AngDH 阅读(73) 评论(0) 推荐(0)
摘要: JSON.stringify(obj,function(key,value){if(value window){return undefined} return value}) 阅读全文
posted @ 2024-12-30 17:16 AngDH 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 123 下一页