解决Frida中文乱码问题 2022年6月15日 Posted in study frida包中application.py # def _print(self, *args, **kwargs): # encoded_args = [] # if sys.v[......]阅读全文
HttpCanary 证书无法安装/无法抓包 2022年5月25日 Posted in study 一、导出根证书用户(.pem) 更名 .pem –> .jks 移动 /data/data/com.guoshi.httpcanary/cache 二、导出根证书(Syst[……] 阅读全文
Java 编码转换 2022年3月23日 Posted in study // 乱码字符串编码转换 String luanma = "小王"; //将utf8 转为 iso String ISO_s = new String(luanma.getBytes(Stan[......]阅读全文