itsmarco
itsmarco
The data within the app does not load, only the loading bars appear. I have attached the adb log. [adb-log.txt](https://github.com/httptoolkit/frida-interception-and-unpinning/files/14875062/adb-log.txt)
This makes the loading bars disappear, but then I can't see the traffic: https://github.com/NVISOsecurity/disable-flutter-tls-verification [mitm.log](https://github.com/httptoolkit/frida-interception-and-unpinning/files/14876535/mitm.log) [frida.log](https://github.com/httptoolkit/frida-interception-and-unpinning/files/14876536/frida.log)
I have it when I'm with: adb root adb remount adb shell "mount -o rw,remount /" adb push C:\Users\Admin\.mitmproxy\c8750f0d.0 /system/etc/security/cacerts adb shell "chown root:root /system/etc/security/cacerts/c8750f0d.0" adb shell "chmod 664 /system/etc/security/cacerts/c8750f0d.0"...
I’m definitely interested in this topic as well. However, I’m just starting to learn how to analyze apps, so I’m still in the early stages of building up my skills....