Frida scripts for Flutter apps that enable proxy support including sandbox flutter app. This repo demonstrates how to redirect and intercept Flutter app traffic (dart:io, Cupertino, NSURLSession, etc.) through a proxy (Burp, mitmproxy) using Frida, with detection scripts to identify the active networking stack.
Stars
7
Forks
1
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #19 from XDcobra/improve_libary_management
1298d27View on GitHubrefactor: address PR review feedback (xcconfig optional include, Maven content restriction, curl_constants.h, gitignore path)
72da170View on GitHubdocs(README): update JNI build instructions to remove vendored curl headers
ca7b2d5View on GitHubchore(.gitignore): add entries for Android libraries and iOS frameworks
7b21ea4View on GitHubfeat(native_http): add constants for CURLOPT_SSL_CTX_FUNCTION and CURLOPT_SSL_CTX_DATA
7e59c8bView on GitHubchore(cmake): remove libcurl header inclusion from CMakeLists and native_http.cpp
0ca477bView on GitHubchore(curl-header): remove deprecated CURL URL API and WebSocket headers
868ca06View on GitHubchore(library): remove unused native libraries for various architectures
72dadffView on GitHubfeat(podspec): remove OpenSSL from vendored frameworks in FluttidaLibs podspec
ea9b1efView on GitHubfeat(pinning): add version pinning for Android and iOS native libraries
8720e07View on GitHubdocs(libcurl): update README to reflect changes in libcurl integration and version pinning
182e437View on GitHub