Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
0 answers
91 views

I have android flutter app and I'm trying to to implement good protection to it. I made some good implementations and I am very satisfied with the results: • Proxy & VPN Detectation. • Ca ...
3 votes
1 answer
119 views

I'm using Frida to hook into my Swift iOS app called TestApp2. I want to read and modify the class property counter. The class is: // ContentView.swift class ContentViewModel: ObservableObject { @...
Zion's user avatar
  • 1,600
1 vote
0 answers
67 views

I'm on a rooted emulator Magisk target package is com.catdaddy.cat22. System http tools CA is installed. Java side HTTPS works bypassed TrustManagerImpl.verifyChain but calls to bobcatwweproduction....
1 vote
1 answer
142 views

I'm intercepting traffic from an Android app on a rooted BlueStacks emulator (Windows). With HTTP Toolkit in Android Device via ADB mode, most traffic appears, but a specific HTTPS request to ...
0 votes
0 answers
340 views

I’m trying to use Frida on my rooted Android device, but whenever I run: frida-ps -U I get this error: Failed to enumerate processes: unable to perform ptrace pokedata: I/O error Here’s my setup: ...
1 vote
0 answers
70 views

With Frida Javascript I wait for fork Interceptor.attach(Module.findExportByName("libc.so", "fork"), { onEnter: function (args) { try { // Get the current ...
0 votes
1 answer
3k views

When using older scripts with Frida 17 and newer you get an error like TypeError: not a function and a line-number that points to a line like var openFunction = Module.getExportByName(null, "open&...
Robert's user avatar
  • 43.5k
0 votes
0 answers
51 views

How do I hook into every process that gets spawned, even if they spawn other processes? The new process is spawned using java.lang.ProcessBuilder The script below fails to hook into the grandchild ...
James W.'s user avatar
  • 3,085
2 votes
0 answers
3k views

I trying to learn frida so I'm doing some basic tutorial from the web. This is the script I've written: Java.perform(function() { const MainActivity = Java.use('group.cognisys.fridame.MainActivity'...
2 votes
0 answers
123 views

I'm analyzing an Android application that uses native methods via a shared library libnative-lib.so. Here's the relevant Java code: static { System.loadLibrary("native-lib"); } public ...
1 vote
1 answer
312 views

I have a Frida JS script inside a Python session, and I'm trying to pass an array of bytes (from a Bitmap image) from the JavaScript environment back to the Python environment. Here is my attempt: ...
2 votes
1 answer
329 views

I open binary file with Ida and see function name called send_packet. I tried to hook this function with frida Module.findExportByName(null, "send_packet") Or Module.findExportByName("...
Polo1990's user avatar
0 votes
0 answers
150 views

I have reversed a Flutter application using Blutter and created a Frida script that hooks into a function offset. The script works correctly on a physical ARM64 device. However, when running on ...
0 votes
1 answer
247 views

I'm using Frida to reverse-engineer an Android app that uses a library (libapp.so). I have a list of function names and their offsets, and I'm successfully hooking them My goal is to log the return ...
0 votes
0 answers
391 views

I am currently learning frida, and I found a lot of tutorials about how to use frida hook app on Android, and I did some practice, which made me feel that frida is a powerful tool. Now I want to hook ...

15 30 50 per page
1
2 3 4 5
...
27

AltStyle によって変換されたページ (->オリジナル) /