python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to connect to the frida server: need Gadget to attach on jailed Android
I am using objection to bypass ssl pining on injured android apk. After I ran this command successfully objection patchapk --source injured.apk
and uninstall and reinstall the patched apk again, I tri...
ELMO
Votes: 0
Answers: 2
Hook instagram apk using Frida
I wanted to hook some functions from instagram apk using frida, decompiled the apk with
jadx/JEB, one of the functions I wanted to hook was in this:
public static void A00(HGf arg8, I1Y arg9) {
...

hanan
Votes: 0
Answers: 0
Access class variables declared inside another class using frida
I was trying to print an instance value which is declared using another class by using Frida how can I print the value of this instance, for example I have this code::
public final class myclass {
...

hanan
Votes: 0
Answers: 0
How to solve AttributeError: 'module' object has no attribute 'ABC'
I am a bit new to Linux but I am having an issue with my recently installed package Frida. It worked fine until yesterday when I installed fridump as well.
When I try to use Frida I am getting this:
T...
Jeek
Votes: 0
Answers: 1