-
if class `ixv`'s methid `a(): has more than one overload, use .overload() to choose from:`
> .overload('java.lang.String', 'ixw')
> .overload('java.lang.String', 'java.lang.String')
```js
var ix…
-
```
INFO: pip is looking at multiple versions of frida-tools to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (lin…
-
Hello,
In a lot of cases that we encountered, it was crucial to the Frida injection to be hot reloaded and not being a full restart.
This could be solved by replacing the `-f` flag with `-p` fla…
-
While testing some Codrova app (and most of them have the same issue) I found that I'm unable to bypass certificate pinning.
This issue exists on many other apps as well.
Here is the problematic p…
ghost updated
6 years ago
-
I'm using Corellium which comes with Frida built-in to its emulated iPhones/iPads. I keep getting this error:
```
sh-5.0# frida -f Slice.app
____
/ _ | Frida 16.0.11 - A world-class …
-
Hello, I am currently working on the instrumentation of a Java project (a JAR file running on the HotSpot JVM), and I encountered an issue while using the Interceptor. The following script :
```java…
-
Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https traffic. I also used fiddler…
-
I'm trying to trace functions of a specific class of an old old game with broken in-apps.
Having decompiled the game through apktool, I found a class I'm interested.
`
But no matter how I run the…
-
@pimterry Muchas aplicaciones detectan la presencia de la VPN. Cuando pruebas estas aplicaciones, ¿usas un script genérico para Frida o siempre creas uno nuevo basado en cada aplicación?
tomando no…
-
Upgrade section "Bypassing Jailbreak Detection" in https://github.com/OWASP/owasp-mstg/blob/master/Document/0x06j-Testing-Resiliency-Against-Reverse-Engineering.md#jailbreak-detection-mstg-resilience-…