Releases: fkie-cad/friTap
Releases · fkie-cad/friTap
friTap 1.2.2.8
- first support for Flutter on Android (tested) and iOS (untested)
- improvements in the byte-pattern based hooking
- a better logging experience
friTap 1.2.2.0
A lot of new features:
- update the build system
- fixes in providing offsets to friTap
- able to hook Cronet
- able to hook by byte pattern matching
- able to hook SSL_write_ex and SSL_read_ex on OpenSSL
friTap 1.1.0.5
- some fixes regarding Conscrypt on Android
- Update the android.py class so that newer Android versions can also be handled
- fixes a logic bug when doing a full packet capture
- add feature to provide default socket information (
--enable_default_fd
)
friTap 1.1.0
- fixes regarding Android 13
- fixes for full packet capture on Android
- add anti-root feature while applying friTap-hooks
v1.0.9
add --version field and improved SSPI for windows
v1.0.8
- add SSPI tls key extraction support
- add offset feature to main supported libraries
- add
--experimental
flag for none stable features
friTap 1.0.7.1
- fixed detaching bug
friTap 1.0.7
- some fixes for iOS and Android (thx MjG345 for reporting this issue)
- created a legacy script when working with frida < 16
- we are now waiting for a ssl library to be initialized (thx MjG345 for pointing this)
- add dynamic loader support for iOS and MacOS
- now we handle the stopping of the target process
- update on Version 1.0.7.1
- fixed detaching bug
friTap 1.0.6
- add debug feature
- pip install feature
- docker based compiling
- refactored version with minor improvements for hooking
friTap 1.0.3
- 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