1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
| usage: frida [options] target
positional arguments: args extra arguments and/or target
options: -h, -D ID, -U, -R, -H HOST, speak TLS with HOST, expecting CERTIFICATE set keepalive interval in seconds, or 0 to disable (defaults to -1 to auto-select based on transport) set STUN server ADDRESS to use with add relay to use with -f TARGET, spawn FILE -F, attach to frontmost application -n NAME, attach to NAME -N IDENTIFIER, attach to IDENTIFIER -p PID, attach to PID -W PATTERN, await spawn matching PATTERN stdio behavior when spawning (defaults to “inherit”) realm to attach in -O FILE, text file containing additional command line options -l SCRIPT, load SCRIPT -P PARAMETERS_JSON, parameters as JSON, same as Gadget -C USER_CMODULE, load CMODULE CModule toolchain to use when compiling from source code -c CODESHARE_URI, load CODESHARE_URI -e CODE, -q quiet mode (no prompt) and quit after -l and -e -t TIMEOUT, seconds to wait before terminating in quiet mode -o LOGFILE, output to log file future)
|