上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 123 下一页
摘要: (function () { var iframe = document.createElement('iframe'); document.body.appendChild(iframe); window.console = iframe.contentWindow.console }()); 阅读全文
posted @ 2022-03-17 15:39 公众号python学习开发 阅读(47) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-07 14:59 公众号python学习开发 阅读(2) 评论(0) 推荐(0) 编辑
摘要: // ==UserScript== // @name 网页通用验证码 // @namespace http://tampermonkey.net/ // @version 3.0. // @description 解放眼睛和双手,自动识别并填入数字,字母验证码。新版本支持识别滑动验证码。 // @a 阅读全文
posted @ 2022-03-07 11:09 公众号python学习开发 阅读(1412) 评论(0) 推荐(0) 编辑
摘要: l="{\"activeSearch\":false,\"bizFrom\":\"home\",\"disableHierarchicalSort\":0,\"forceUseInputKeyword\":false,\"forceUseTppRepair\":false,\"fromFilter\ 阅读全文
posted @ 2022-03-03 15:09 公众号python学习开发 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 首先解锁 adb reboot bootloader fastboot flashing unlock 0x1.刷入系统 强烈推荐使用 android8 的系统的,android10 的因为安全等级增加了问题比较多。 0x2.下载对应文件 https://dl.google.com/dl/andro 阅读全文
posted @ 2022-03-02 22:39 公众号python学习开发 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: pm path xxx.xxx.xxx.xx 阅读全文
posted @ 2022-02-21 16:54 公众号python学习开发 阅读(140) 评论(0) 推荐(0) 编辑
摘要: java -jar dex-finder.jar -c com.taobao.wireless.security.adapter.JNICLibrary -f xianyu7.3.50 -r [main] INFO com.leadroyal.dex.CommandParser - parse co 阅读全文
posted @ 2022-02-21 11:27 公众号python学习开发 阅读(118) 评论(0) 推荐(0) 编辑
摘要: def put_unconditional_branch(source, destination): offset = (destination - source - 4) >> 1 if offset > 2097151 or offset < -2097152: raise RuntimeErr 阅读全文
posted @ 2022-02-18 17:44 公众号python学习开发 阅读(464) 评论(0) 推荐(0) 编辑
摘要: dlopen 打开一个库,获取句柄。打开so文件获取句柄(看作基地址) dlsym 在打开的库中查找符号的值。 (so里面查某个函数地址) dlclose 关闭句柄。 dlerror 返回一个描述最后一次调用dlopen、dlsym,或 dlclose 的错误信息的字符串。 #import <dlf 阅读全文
posted @ 2022-02-09 21:58 公众号python学习开发 阅读(333) 评论(0) 推荐(0) 编辑
摘要: function hook_shield(){ var Builder =Java.use("okhttp3.Request$Builder") Builder.header.implementation = function(key,value){ if(typeof this.build().u 阅读全文
posted @ 2022-01-21 17:46 公众号python学习开发 阅读(801) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 123 下一页