print(image_key) iv=base64.decodebytes(bytes('4B7eYzHTevzHvgVZfWVNIg==',encoding='utf8'))# 图片解密iv de=aes_decrypt_raw(image_key,b,iv) f=open(r"H:\PyCharmProjects\frida_test\avid5c33013611e90_decode.jpg",'wb') f.write(de) ...
If I haven’t indirectly hinted it enough, go check outmach-o/loader.h. I’ve read that header many times myself, and each time I read it I still learn something new. There’s a lot there, so don’t get frustrated if this chapter knocked you back into your chair. ...