-
App-Tata NeU
Command used - `frida -U -l config.js -l native-tls-hook.js -l android-certificate-unpinning.js -l android-certificate-unpinning-fallback.js -f com.tatadigital.tcp`
``` ____
…
-
**Desktop Platform:**
macOS Mojave
Frida 12.4.8
**Mobile Platform:**
iOS 12.0
unc0ver 3.0.1 jailbreak
Frida 12.4.8 (from official repo on Cydia)
After following the [tutorial](https://www.f…
-
I'm not too familiar with iOS, but for some reason frida-server doesn't work in daemon mode. Works perfectly if kept in the foreground though, not sure where the difference/issue is between the two.
…
-
hi ,
For samsung A13 model android 12.0, script is giving false positive for frida detection.
It is happening in scan_executable_segments method where checksum is not matching.
Following is t…
-
My understanding is that Jumper and Jumper_randomized would jump into NTDLL space, and use the syscall instructions by jumping into those assembly instructions, however when I trace the program with F…
-
Hi,
As you may know frida crashes jailbroken devices with Phoenix when spawning an app https://github.com/frida/frida/issues/373
This seems to be because any app that frida injects into looses it…
-
I worked with `frida 14.2.18`. Now I need to upgrade `frida 15.x` or `frida 16.x`.
same command not working with `15.x/16.x`
```
frida --device 241ca882 com.an.biometric.sample -l fingerprint-bypa…
-
Invoking e.g. `frida -U -f com.apple.stocks` raises a timeout error:
`Failed to spawn: unexpectedly timed out while waiting for app to launch`
The app is spawned successfully but error is displa…
-
paulchikkkk@fe6170 ~ % npm install -g noia
noia
npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /Users/paulchikkkk/.npm/_cacache/tmp/d418772f
npm ERR! errno -13
npm ERR!
npm ERR! Your…
-
Attempting to do a basic stalker for a linux process, and it just crashes the program.
```
Stalker.follow(Process.getCurrentThreadId(), { events: {call: true, ret: false, exec: false, block: false…