Skip to main content

Questions tagged [frida]

A dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.

0 votes
0 answers
52 views

I'm a beginner with Frida. When I first started using Frida, I encountered an error. Android version: 11 frida-server version: 17.0.7 └─$ pip list | grep frida frida 17.0.7 ...
ho1 tian's user avatar
0 votes
0 answers
22 views

Has anyone managed to disable Frida's protection in mobile games? I'm not using an emulator, just a mobile phone. I need to get information at the beginning of the game as soon as it opens, because ...
CENTRAL's user avatar
0 votes
0 answers
18 views

I research kernel object (ko file that loaded into kernel) in Android aarch64 . Is there any way to make code coverage to kernel object? That ko don't print any log to kmesg. Maybe is there any way to ...
Polo1990's user avatar
0 votes
0 answers
67 views

I've been working on reverse engineering a Unity game (IL2CPP) to analyze its encryption methods, but I've hit several roadblocks and would appreciate guidance from more experienced reversers. What I'...
TrueSurf's user avatar
0 votes
0 answers
58 views

As the title says, I need to know the size of a memory region so I can dump it's contents. This is my firts RE project so I don't know if what I'm trying to do makes sense, at least it does for me, ...
Guille's user avatar
  • 1
0 votes
0 answers
75 views

I've been reverse-engineering an Android app for a set of Bluetooth headphones, and my goal is to find the keys to decrypt the firmware. I obtained the firmware by intercepting the traffic between the ...
agg00's user avatar
  • 1
1 vote
1 answer
178 views

2 years ago i was able to pull config files in terms of datamining from Android unity based game. I was using tools like il2cpp dumper, idaPro and Frida to make this. After some time, i wanted to make ...
WickJohn's user avatar
1 vote
1 answer
580 views

I am having an issue with a JavaScript script to be executed in Frida. In this case, I am intercepting an input from a function where I receive an array of bytes. I need to convert this array to a ...
VinixF's user avatar
  • 11
0 votes
1 answer
239 views

I have this environment.. android : 9 version python : 2.7.12 I am not sure which version of Frida and Frida-tools I need to use to be compatible. I'm currently using 12.8.5, but an ascii codec ...
서영재's user avatar
2 votes
1 answer
224 views

I tried to find out how RuntimeException works internally in cs.android.com so I can understand how to prevent crashes but didn't find anything useful and I have no clue how to analyze components-...
IVs's user avatar
  • 137
0 votes
1 answer
155 views

I'm using a frida script to scan for a certain byte pattern when I launch an iOS app. I can log each offset and confirm these are correct by also printing out the instructions at those locations and ...
Jon's user avatar
  • 187
0 votes
1 answer
951 views

I have decompiled an app that uses the Play integrity API. I attach the Frida-gadget and rebuild/resign the apk. After installing it on an unrooted phone (that passes the Play integrity API), the ...
user45316's user avatar
3 votes
1 answer
415 views

I discovered that we can use the Play integrity api instead of safetynet now to assure the integrity off an app that is running. I am wondering if people have a way of bypassing the "Genuine app ...
user45316's user avatar
1 vote
0 answers
188 views

When reverse engineering an APK I came across a class that was marked synthetic. I have used JADX decompiler. The simplified result I got was: package com; public final class zz6 extends B implements ...
Sven Onderbeke's user avatar
1 vote
1 answer
860 views

I am trying to decrypt Lua files from an Android game "The Sea Road: Fate Assembly" (APK download link). It uses Cocos2d-x, but it's encrypted, maybe with AES encryption. With Frida, the ...
xbuyk987's user avatar

15 30 50 per page
1
2 3 4 5 6