上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 123 下一页
摘要: 加参数 :-Pdex-input.verify-checksum=no 阅读全文
posted @ 2022-10-28 15:41 公众号python学习开发 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 首先是加密 然后是解谜,为了防止中文乱码最后再加个decode 阅读全文
posted @ 2022-10-19 19:17 公众号python学习开发 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 在zsh中添加如下内容即可 export HOMEBREW_NO_AUTO_UPDATE=1 阅读全文
posted @ 2022-10-13 15:38 公众号python学习开发 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 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学习开发 阅读(110) 评论(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学习开发 阅读(48) 评论(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学习开发 阅读(491) 评论(0) 推荐(0) 编辑
摘要: https://guidedhacking.com/threads/how-to-rebase-a-module-in-ghidra-ida-pro.16511/ 阅读全文
posted @ 2022-10-10 14:49 公众号python学习开发 阅读(73) 评论(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学习开发 阅读(25) 评论(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学习开发 阅读(17) 评论(0) 推荐(0) 编辑
摘要: scanning:扫描 lexing:词法 lexical analysis. :词法分析 scanner (or lexer) :扫描器(或词法解析器) token:标记 identifier:标识符 parser:解析器 parse tree :解析树* abstract syntax tree 阅读全文
posted @ 2022-09-13 19:59 公众号python学习开发 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 123 下一页