上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 125 下一页
摘要: This blogpost is a revival of a collection of ancients one. I was too lazy to port them from wordpress to pelican. But TDKPS asked me if I could put t 阅读全文
posted @ 2022-10-13 12:00 公众号python学习开发 阅读(122) 评论(0) 推荐(0)
摘要: Here are some commonly used functions (and their offsets in JNIEnv): JNIEnv + 0x18: jclass (*FindClass)(JNIEnv, const char); JNIEnv + 0x34: jint (Thro 阅读全文
posted @ 2022-10-12 14:42 公众号python学习开发 阅读(62) 评论(0) 推荐(0)
摘要: 最方便的方法,但是magisk相关数据也会被删除 rm -rf /data/adb 不过magisk的app还在 打开magisk的app再次安装就行了 获取执行[未尝试] adb wait-for-device shell magisk --remove-modules 阅读全文
posted @ 2022-10-10 16:21 公众号python学习开发 阅读(747) 评论(0) 推荐(0)
摘要: https://guidedhacking.com/threads/how-to-rebase-a-module-in-ghidra-ida-pro.16511/ 阅读全文
posted @ 2022-10-10 14:49 公众号python学习开发 阅读(124) 评论(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学习开发 阅读(32) 评论(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学习开发 阅读(24) 评论(0) 推荐(0)
摘要: scanning:扫描 lexing:词法 lexical analysis. :词法分析 scanner (or lexer) :扫描器(或词法解析器) token:标记 identifier:标识符 parser:解析器 parse tree :解析树* abstract syntax tree 阅读全文
posted @ 2022-09-13 19:59 公众号python学习开发 阅读(36) 评论(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学习开发 阅读(386) 评论(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学习开发 阅读(59) 评论(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学习开发 阅读(316) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 125 下一页