上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 123 下一页
摘要: 最方便的方法,但是magisk相关数据也会被删除 rm -rf /data/adb 不过magisk的app还在 打开magisk的app再次安装就行了 获取执行[未尝试] adb wait-for-device shell magisk --remove-modules 阅读全文
posted @ 2022-10-10 16:21 公众号python学习开发 阅读(634) 评论(0) 推荐(0) 编辑
摘要: https://guidedhacking.com/threads/how-to-rebase-a-module-in-ghidra-ida-pro.16511/ 阅读全文
posted @ 2022-10-10 14:49 公众号python学习开发 阅读(95) 评论(0) 推荐(0) 编辑
摘要: public class demo { public static void main(String[] args) { //\u000d \u0074\u0072\u0079 { // \u000d \u0069\u006e\u0074\u0020\u0061\u0020\u003d\u0020\ 阅读全文
posted @ 2022-09-20 14:37 公众号python学习开发 阅读(28) 评论(0) 推荐(0) 编辑
摘要: #define M_DATA 0x00 #define M_SOF0 0xc0 #define M_DHT 0xc4 #define M_SOI 0xd8 #define M_EOI 0xd9 #define M_SOS 0xda #define M_DQT 0xdb #define M_DNL 0 阅读全文
posted @ 2022-09-19 16:17 公众号python学习开发 阅读(18) 评论(0) 推荐(0) 编辑
摘要: scanning:扫描 lexing:词法 lexical analysis. :词法分析 scanner (or lexer) :扫描器(或词法解析器) token:标记 identifier:标识符 parser:解析器 parse tree :解析树* abstract syntax tree 阅读全文
posted @ 2022-09-13 19:59 公众号python学习开发 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1.下载该项目的代码 https://github.com/unk2k/txsocksx 然后打包上传到python第三方库,之后导入包即可。 2.修改的下载中间件代码如下: from scrapy.core.downloader.handlers.http11 import HTTP11Downl 阅读全文
posted @ 2022-08-31 11:37 公众号python学习开发 阅读(322) 评论(0) 推荐(0) 编辑
摘要: API部分 #TODO write a description for this script #@author CXA #@category Memory #@keybinding ctrl alt shift n #@menupath Tools.Packet.Nop #@toolbar cur 阅读全文
posted @ 2022-07-25 19:46 公众号python学习开发 阅读(47) 评论(0) 推荐(0) 编辑
摘要: const fs = require('fs') const {NodeVM, VMScript} = require('vm2') let gdata={}; const vm = new NodeVM({ console: 'inherit', sandbox: { gdata }, //全局变 阅读全文
posted @ 2022-07-20 19:15 公众号python学习开发 阅读(295) 评论(0) 推荐(0) 编辑
摘要: sailfish:/data/app/com.ss.android.ugc.aweme--KbgjmPrFnQH5uY_UO0kug==/lib/arm # chgrp system libsscronet.so sailfish:/data/app/com.ss.android.ugc.aweme 阅读全文
posted @ 2022-07-12 15:11 公众号python学习开发 阅读(301) 评论(0) 推荐(0) 编辑
摘要: for i in `ls |grep .m4a` do ffmpeg -i $i -y -acodec libmp3lame -aq 0 ${i/m4a/mp3} done 阅读全文
posted @ 2022-07-08 00:13 公众号python学习开发 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 123 下一页