lxhToolHTTPDecrypt
lxhToolHTTPDecrypt copied to clipboard
在toburp中hook,程序出现报错
大佬,请问这种情况引起的原因是什么,有什么解决方案吗?
python:3.8.7
frida:14.6.2
图片加载不出的话下面复制了报错信息
Traceback (most recent call last):
File "C:\Program Files\Python38\lib\site-packages\frida\core.py", line 383, in _on_message
callback(message, data)
File "E:\android_test\lxhToolHTTPDecrypt-master\lxhToolHTTPDecrypt-master\HTTPDecrypt\util.py", line 147, in on_message
{'data': cgi.escape(json.dumps(j_info))},
AttributeError: module 'cgi' has no attribute 'escape'
python版本太高了 那个库得方法过气了