fkie-cad / friTap

The goal of this project is to help researchers to analyze traffic encapsulated in SSL or TLS.
GNU General Public License v3.0
253 stars 26 forks source link

iOS errors #3

Closed MjG345 closed 1 year ago

MjG345 commented 1 year ago

Hi,

I've found two issues when trying to extract keys of iOS apps. I've used iOS 14 devices for all my tests.

ios_key_dump_error

ios_key_dump_error_2

ios_key_dump_ok

spawn_error_ios

It seems that the tls_lib is not yet loaded when Frida tries to hook it. A simple workaround could be a while loop:

lib_load

Thanks!

monkeywave commented 1 year ago

Hi,

thx for your issue. We will have a look into this :-)

monkeywave commented 1 year ago

Should be fixed in the latest version (1.0.7)

MjG345 commented 1 year ago

Hi,

Error has changed. Still not working properly:

error1

error2

Thanks!

monkeywave commented 1 year ago

Thx for reporting this :-) - this should now be fixed (version >= 1.0.7.1) - at least this new bug :-)