你用reFlutter逆向成功了吗?我这报错
This mode is only for dump and offset output, slow application operation is possible (network patch is still left)
Traceback (most recent call last):
File "d:\python\python38\lib\urllib\request.py", line 1354, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "d:\python\python38\lib\http\client.py", line 1252, in request
self._send_request(method, url, body, headers, encode_chunked)
File "d:\python\python38\lib\http\client.py", line 1298, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "d:\python\python38\lib\http\client.py", line 1247, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "d:\python\python38\lib\http\client.py", line 1007, in _send_output
self.send(msg)
File "d:\python\python38\lib\http\client.py", line 947, in send
self.connect()
File "d:\python\python38\lib\http\client.py", line 1414, in connect
super().connect()
File "d:\python\python38\lib\http\client.py", line 918, in connect
self.sock = self._create_connection(
File "d:\python\python38\lib\socket.py", line 787, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File "d:\python\python38\lib\socket.py", line 918, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11004] getaddrinfo failed
During handling of the above exception, another exception occurred:
【网络安全】一款针对Flutter的逆向工程分析工具关于reFlutter reFlutter是一款功能强大的逆向工程分析工具,该工具主要针对的是Flutter应用程序。该框架使用了已编译且重新封装的Flutter库来帮助广大...