-
**Describe the bug**
Test suite is failing in two units.
**Steps to Reproduce**
I'm building rom package so normal steps:
- meson with below setup:
```spec
%meson \
-D agent=true \
…
-
When will Tuya device "smart lock" type be supported?
Thanks all.
-
**Describe the bug**
Made a simple android app with Android Studio, just the "Basic Activity" template and tried to inject gadgets with objection.
**To Reproduce**
Open Android studio, new projec…
-
# :wave: Welcome to GitHub Learning Lab's "Introduction to GitHub"
To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub.
:point_down: _This arrow m…
-
**Describe the bug**
Following [this](https://github.com/sensepost/objection/wiki/Patching-Android-Applications#optional---obtaining-play-store-apks) tutorial, I got a split apk
```
roey@HP-Spectre…
-
Hello @idanr1986:
Currently, I am trying to implement Frida in cuckoodroid. In my observation, Frida can perform early instrumentation using `Java.performNow()` instead of `Java.perform()` in the …
-
macOS Big Sur
version 11.0.1
Chip Apple M1
frida-trace --version
14.1.3
1、frida-trace some process failed, error msg is:
Failed to attach: process is dead.
but, actually the process is …
-
**Is your feature request related to a problem? Please describe.**
```
ERROR: Failed building wheel for lief
Building wheel for blinker (setup.py): started
Building wheel for blinker (setup.…
-
I have setup an Android 7.1 system using MEmu. I am able to connect over adb to the machine and I have started the frida-server:
```
C:\Program Files (x86)\Microvirt\MEmu>adb shell
ASUS_Z01QD:/ #…
-
I try to use frida with such codes:
```python
manager = frida.get_device_manager()
devices = manager.enumerate_devices()
for ldevice in devices:
print('Device discovered: '+str(ldevice))
#…