上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 123 下一页
摘要: 看一下app目录下的build.gradle文件,将 dependencies 闭包下这两行 implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:materia 阅读全文
posted @ 2022-12-08 14:20 公众号python学习开发 阅读(765) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2022/12/7 10:18 上午 # @Author : chenxiangan # @File : gen_title.py # @Software: PyCharm import glob import json impor 阅读全文
posted @ 2022-12-07 11:22 公众号python学习开发 阅读(60) 评论(0) 推荐(0) 编辑
摘要: https://chromium.googlesource.com/chromiumos/docs/+/master/constants/syscalls.md#arm64-64_bit 阅读全文
posted @ 2022-11-17 18:31 公众号python学习开发 阅读(20) 评论(0) 推荐(0) 编辑
摘要: function hook_dlopen() { var dlopen = Module.findExportByName(null, 'android_dlopen_ext'); if (dlopen) { Interceptor.attach(dlopen, { onEnter: functio 阅读全文
posted @ 2022-11-16 16:22 公众号python学习开发 阅读(283) 评论(0) 推荐(1) 编辑
摘要: str = "1234567890abcdef" iArr = [0] * 16 iArr[0] = 0 iArr[12] = 14 iArr[10] = 7 iArr[14] = 15 iArr[15] = 42 try: iArr[1] = 3 iArr[5] = 5 except: iArr[ 阅读全文
posted @ 2022-11-15 17:02 公众号python学习开发 阅读(22) 评论(0) 推荐(0) 编辑
摘要: function anti_pthread(){ var p_pthread_create = Module.findExportByName("libc.so", "pthread_create"); var pthread_create = new NativeFunction( p_pthre 阅读全文
posted @ 2022-11-15 15:03 公众号python学习开发 阅读(108) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.codec.binary.Hex; String foo = "I am a string"; byte[] bytes = foo.getBytes(); System.out.println( Hex.encodeHexString( byte 阅读全文
posted @ 2022-11-11 19:30 公众号python学习开发 阅读(32) 评论(0) 推荐(0) 编辑
摘要: function hook_java(){ if(Java.available){ Java.perform(function(){ var SwitchConfig = Java.use('mtopsdk.mtop.global.SwitchConfig'); SwitchConfig.isGlo 阅读全文
posted @ 2022-11-09 16:40 公众号python学习开发 阅读(684) 评论(0) 推荐(0) 编辑
摘要: file * |grep Zip |awk '{print $1}'|sed 's#:##g'|xargs -I G cp "G" so_zip 阅读全文
posted @ 2022-11-09 15:38 公众号python学习开发 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1.更新命令 sudo apt-get update sudo apt-get upgrade 2.安装下面的包 sudo apt-get install build-essential curl git lib32stdc++-9-dev libc6-dev-i386 nodejs npm pyt 阅读全文
posted @ 2022-11-07 20:09 公众号python学习开发 阅读(735) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 123 下一页