摘要:
原因:是redis包的问题。解决办法:初始化 redis 客户端时,添加上 health_check_interval 选项。 client = redis.Redis (..., health_check_interval = 30 ) 参考:https://github.com/redis/re 阅读全文
摘要:
使用python 启动frida, fv = frida.get_usb_device(-1) # 获取在前台运行的APP 这样就不需要每次去改 front_app = fv.get_frontmost_application() print(" 正在运行的应用为:", front_app) pro 阅读全文