摘要: //frida hook aes function hook_cipher(){ var cipher = Java.use("javax.crypto.Cipher"); cipher.doFinal.implementation = function(data, offset, length){ 阅读全文
posted @ 2021-11-19 23:52 公众号python学习开发 阅读(1072) 评论(0) 推荐(0) 编辑