上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 141 下一页
摘要: 简述shell 命令与 非shell命令区别 shell命令不用先adb shell进入界面执行 非shell命令必须要 adb shell进入界面执行 基础非shell命令 1.安装app adb install apk文件的绝对路径 2.卸载app adb uninstall 包名 3.将设备文 阅读全文
posted @ 2020-08-27 16:20 小小咸鱼YwY 阅读(845) 评论(0) 推荐(0) 编辑
摘要: from Crypto.Cipher import ARC4 as rc4cipher import base64 def rc4_algorithm(encrypt_or_decrypt, data, key1): if encrypt_or_decrypt == "encrypt": key = 阅读全文
posted @ 2020-08-24 15:07 小小咸鱼YwY 阅读(2436) 评论(0) 推荐(0) 编辑
摘要: 第一步 手机启动frida服务 第二步 手机打开要脱壳的app 第三步编辑hook代码 agent.js /* * Author: hluwa <hluwa888@gmail.com> * HomePage: https://github.com/hluwa * CreatedTime: 2020/ 阅读全文
posted @ 2020-08-20 17:02 小小咸鱼YwY 阅读(1998) 评论(0) 推荐(0) 编辑
摘要: 都是作者累积的,且看其珍惜,大家可以尽量可以保存一下,如果转载请写好出处https://www.cnblogs.com/pythonywy 一.md5加密 1.简介 这是一种使用非常广泛的加密方式,不可逆的,常见16位和32位一般都是md5 import hashlib data = '你好' pr 阅读全文
posted @ 2020-08-20 14:42 小小咸鱼YwY 阅读(3544) 评论(1) 推荐(1) 编辑
摘要: 一.模板一 import rsa #模 m = "ae068c2039bd2d82a529883f273cf20a48e0b6faa564e740402375a9cb332a029b8492ae342893d9c9d53d94d3ab8ae95de9607c2e03dd46cebe211532810 阅读全文
posted @ 2020-08-20 11:34 小小咸鱼YwY 阅读(661) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 141 下一页