-
I successfully build the toolchain and SDK in my arm64 (aarch64 board). I change the toolchain name into ```toolchain.tar.bz2``` for using local toolchain.
When I try to build frida python with ```ma…
-
From time to time im coming back to this project (4times i guess) cause i just wanna finally use and test it. But it never works.
latest version 16.0.8 (server is 16.0.8 arm/arm64) (windows frida i…
-
I am experiencing Seg Faults on all architectures (ARM, MIPS, and x86) of Frida Gadget 15.2.2 in Android Studio Chipmunk VMs made for both Pixel 2 (Pie) and Pixel 5 (Tiramisu) . The process that I hav…
-
I am using frida-gadget 12.11.18 to successfully hook into ARM native libraries when using the ldplayer emulator (4.0.39), Android x86 7.1.2.
However, when using Frida version 14, it fails with ass…
-
![image](https://github.com/frida/frida-compile/assets/21164383/a14f3297-adbd-4a8d-bfbc-c401eeff9118)
I can't use it directly in Frida-Gadget. Is there a way to compile a regular and directly executa…
-
I'm hoping to get Frida to work with my Samsung Smart TV which is based on an OS called Orsay. The OS uses Linux on an ARM architecture. My TV is rooted with the help of SamyGO. When I try to run the …
-
Try 15.1.22 today with android 32bit version.
I pushed frida-server 32bit arm version to device and run it on device. frida-ps -U can list android process correctly.
But when run below command:
$…
-
I have a requirement to write a dynamic library using Go, and if I compile it into a libtool.so library, I can load it using LD_PRELOAD=/root/libtool.so ./dome. Currently, frida-gadget-16.0.19-linux-x…
-
The overload.implementation = function in the following code does not work:
```
var jclazz = null;
var jobj = null;
function getObjClassName(obj) {
if (!jclazz) {
var jclazz = …
-
I'm using typescript for a frida module that's being loaded on Android.
Reproduction steps:
` git clone https://github.com/oleavr/frida-agent-example.git`
`cd frida-agent-example`
`npm install`
…