上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 124 下一页
摘要: https://www.tjsky.net/tutorial/1009 步骤 在 Windows 10/11 搜索框中输入 regedit 打开 注册表编辑器 在注册表编辑器中打开:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\路径 右键单击 Policies 新建项 命 阅读全文
posted @ 2025-03-04 16:15 AngDH 阅读(6101) 评论(1) 推荐(2)
摘要: var requests = []; var cursor = db.table_name.find({ "ts": { "$lt": ISODate("2024-05-30") } }).limit(55000); // 输出查询条件 print("Querying documents with 阅读全文
posted @ 2025-03-03 18:24 AngDH 阅读(25) 评论(0) 推荐(0)
摘要: window['speechSynthesis']['getVoices']() var l8Q = window["speechSynthesis"]["getVoices"](); var tlist = []; for (let i=0; i < l8Q.length;i++){let the 阅读全文
posted @ 2025-02-26 11:45 AngDH 阅读(34) 评论(0) 推荐(0)
摘要: 环境识别,写死"eem": "do_en,dm_en,t_en", ['window']['DeviceOrientationEvent'] ['window']['DeviceMotionEvent'] ['window']['TouchEvent'] 阅读全文
posted @ 2025-02-25 15:51 AngDH 阅读(51) 评论(0) 推荐(0)
摘要: static function OnBeforeResponse(oSession: Session) { if (m_Hide304s && oSession.responseCode == 304) { oSession["ui-hide"] = "true"; } // MessageBox. 阅读全文
posted @ 2025-02-25 14:18 AngDH 阅读(49) 评论(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 阅读(133) 评论(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 阅读(38) 评论(0) 推荐(0)
摘要: adb shell "dumpsys window | grep mCurrentFocus" 阅读全文
posted @ 2025-02-03 13:56 AngDH 阅读(26) 评论(0) 推荐(0)
摘要: https://github.com/lasting-yang/frida_hook_libart frida -U -f 包名 -l hook_RegisterNatives.js 阅读全文
posted @ 2025-01-26 11:08 AngDH 阅读(64) 评论(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 阅读(57) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 124 下一页