python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
understanding cuckoo sandbox json report
I have setup cuckoo sandbox and already analyzing some malware
the problem is im having a difficult time trying to understand the json report . could anyone please help me understand the following : U...
ray
Votes: 0
Answers: 1
How to download CTU-IoT-Malware-Capture in IoT-23?
Stratosphere IPS Team (IoT-23) doesn't permit me to download all CTU-IoT-Malware-Capture.
I want CTU-IoT-Malware-Capture-7-1 to complete my research.
Thanks :((
enter image description here
Hà Mã
Votes: 0
Answers: 1
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