10 2022 档案

摘要:加参数 :-Pdex-input.verify-checksum=no 阅读全文
posted @ 2022-10-28 15:40 公众号python学习开发 阅读(223) 评论(0) 推荐(0)
摘要:首先是加密 然后是解谜,为了防止中文乱码最后再加个decode 阅读全文
posted @ 2022-10-19 19:16 公众号python学习开发 阅读(1834) 评论(0) 推荐(0)
摘要:在zsh中添加如下内容即可 export HOMEBREW_NO_AUTO_UPDATE=1 阅读全文
posted @ 2022-10-13 15:38 公众号python学习开发 阅读(103) 评论(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学习开发 阅读(137) 评论(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学习开发 阅读(71) 评论(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学习开发 阅读(790) 评论(0) 推荐(0)
摘要:https://guidedhacking.com/threads/how-to-rebase-a-module-in-ghidra-ida-pro.16511/ 阅读全文
posted @ 2022-10-10 14:49 公众号python学习开发 阅读(149) 评论(0) 推荐(0)