-
I have compile a simple test app, I know there is a memory leak but whatever:
```
#include
#include
struct Results {
int32_t Index;
float Time;
};
static Results* GetRacerTime(Resu…
-
so I have been trying to use this btw thank you very much... so my current setup is
android emulator, pixel 3a upsidedowncake, frida and proxyman,
what i did:
override config.js in this rep…
-
https://github.com/dpnishant/appmon/wiki/5.b-Setup-on-Android-%5BNon-Rooted%5D
Based on the above link, i was able to set it up appmon. When try to run appmon.py, I am not able to see all the list of…
rask1 updated
6 years ago
-
I'm thinking about integrating Frida into my own [HTTP interception tool](https://httptoolkit.tech/).
I'm intending to automate scripted transformations of Android apps on rooted devices & emulato…
-
Device: Oneplus Nord 5G
Android:12
```
tried setenforce 0 already, same error.
{"type":"error","description":"Error: invalid address","stack":"Error: invalid address\n at Object.value [as patch…
-
I'm working on a Frida script, and I'd like to share it on Frida Codeshare so it's easy to use for Frida users, but I want to store the authoritative copy of the script on GitHub so I can track the ch…
-
In some cases, particularly apps that are *very* fast in early root detection scripts, frida-inject is too slow. For me, it breaks at Samsung Health (apk available in `result.downloadURI` of [this XML…
-
Frida seems to be a bit obscure of a request. I haven't seen mention of it in the issues (open or closed) and the FAQ of course doesn't mention it.
#### Chaquopy version
```
plugins {
id '…
-
Tracing. Press any key to quit...
-
Hi, first thank you for writing this script.
I am trying to run it on unrooted android using frida gadget.
The server has been included correctly in the apk and loaded correctly (confirmed with …