- the standalone version is now based on zipapp
- new feature` --full_capture` enables a full capture of the target application based on tracing the invoked socket using scapy on local systems
- new feaure ` --socket_tracing` traces all socket of the target application and provide a prepared wireshark display filter
- new_feature `--host`attach to a process on remote frida device thx to DaMatz