- **Improved Argument Parsing**: Resolved minor bugs in the argument parsing functionality to enhance stability and accuracy.
- **Full Packet Capture Fix**: Fixed issues with the full packet capture feature for Android, ensuring reliable usage of the `-f / --full_capture` option.
- **Socket Tracing Feature**: Introduced a socket tracing feature, which traces all sockets of the target application and provides a pre-configured Wireshark display filter for easier analysis. If an optional file path is specified, the socket trace will be saved to a file. Use the `-sot [<path>] / --socket_tracing [<path>]` option to enable this feature. This feature was unavailable in recent versions due to the removal of the relevant code path.