上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 123 下一页
摘要: // ==UserScript== // @name 网页通用验证码 // @namespace http://tampermonkey.net/ // @version 3.0. // @description 解放眼睛和双手,自动识别并填入数字,字母验证码。新版本支持识别滑动验证码。 // @a 阅读全文
posted @ 2022-03-07 11:09 公众号python学习开发 阅读(1376) 评论(0) 推荐(0) 编辑
摘要: l="{\"activeSearch\":false,\"bizFrom\":\"home\",\"disableHierarchicalSort\":0,\"forceUseInputKeyword\":false,\"forceUseTppRepair\":false,\"fromFilter\ 阅读全文
posted @ 2022-03-03 15:09 公众号python学习开发 阅读(107) 评论(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学习开发 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: pm path xxx.xxx.xxx.xx 阅读全文
posted @ 2022-02-21 16:54 公众号python学习开发 阅读(139) 评论(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学习开发 阅读(113) 评论(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学习开发 阅读(425) 评论(0) 推荐(0) 编辑
摘要: dlopen 打开一个库,获取句柄。打开so文件获取句柄(看作基地址) dlsym 在打开的库中查找符号的值。 (so里面查某个函数地址) dlclose 关闭句柄。 dlerror 返回一个描述最后一次调用dlopen、dlsym,或 dlclose 的错误信息的字符串。 #import <dlf 阅读全文
posted @ 2022-02-09 21:58 公众号python学习开发 阅读(297) 评论(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学习开发 阅读(756) 评论(0) 推荐(0) 编辑
摘要: JEB3/bin/jeb.app/Contents/Java 然后找到jeb.cfg 修改如下 [JVMOptions] -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Xmx8192m 阅读全文
posted @ 2022-01-20 16:50 公众号python学习开发 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 设置代理 配置代理命令如下: adb shell settings put global http_proxy ip_address:port 示例,以ip 192.168.1.200 端口 3128为例( 实际配置时以你的代理为准 ): adb shell settings put global 阅读全文
posted @ 2022-01-11 11:47 公众号python学习开发 阅读(656) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 123 下一页