frida-ios-cipher icon indicating copy to clipboard operation
frida-ios-cipher copied to clipboard

Intercept all cryptography-related functions on iOS with Frida Api.

Results 3 frida-ios-cipher issues
Sort by recently updated
recently updated
newest added

Hello sir, First I want to say thank you for frida-ios-cipher. ![error](https://github.com/Humenger/frida-ios-cipher/assets/148782271/f5ce11ee-927e-4db7-8120-49883531ccea) 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...