@echo off echo. echo ================================================================================ echo CANADA POST APP - FULL INTERCEPT MODE echo 1. Bypasses all security (SSL, root, emulator, license check) echo 2. Captures all HTTP traffic (requests, responses, tokens) echo ================================================================================ echo. echo Starting Frida with bypass + HTTP interception... echo. REM Combine both scripts type frida_simple_bypass.js > combined_intercept.js echo. >> combined_intercept.js type intercept_http.js >> combined_intercept.js frida -U -f com.canadapost.android -l combined_intercept.js pause