frida-ios-cipher
frida-ios-cipher copied to clipboard
Intercept all cryptography-related functions on iOS with Frida Api.
Hello sir, First I want to say thank you for frida-ios-cipher.  error message: print_arg error: TypeError: cannot read property 'toString' of undefined at t (frida/runtime/hexdump.js:20) at M (agent/index.ts:240) at...
Terminal operation :frida -U --codeshare Humenger/frida-ios-cipher -n "" Tips CCCrypt func is null CC_SHA1 func is null CC_SHA224 func is null CC_SHA256 func is null CC_SHA384 func is null CC_SHA512...
I start any application `frida -l iosciper.js -f com.apple.Maps -U` with a script and if the “crypto” section of the config is enabled, the application hangs (apparently one of the...