-
```
[01:03] dpnishant: I've been wanting to add a `repl()` function that you can call from those scripts to drop in a REPL that's blocking in the current location
[01:03] kinda an interactive
[01:04…
-
frida --version
Traceback (most recent call last):
File "/usr/local/bin/frida", line 11, in
load_entry_point('frida-tools==6.0.1', 'console_scripts', 'frida')()
File "/Library/Python/2.7/…
-
Hi @freehuntx,
I created a program using [frida-inject](https://github.com/freehuntx/frida-inject) that spawns a certain Xamarin application and then injects a [frida-mono-api](https://github.com/f…
-
Having a bit of trouble getting memrepl to work against remote applications, any suggestions?
## Target/Remote Machine
```
root@s5:/# LD_PRELOAD=/apps/frida-gadget-10.6.10-linux-x86_64.so /bin/ls…
-
Error
`root@Kali:~# frida
***
Failed to load the Frida native extension: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
Please ensure that the extension was comp…
-
![frida-gum-sys](https://user-images.githubusercontent.com/65067357/181485894-a44c5090-e0cb-470a-8746-6787ab22f702.png)
Running the `frida-gum-sys` build script is the third biggest overhead for us d…
-
When using frida-il2cpp-bridge, I encounter issues with code completion, intellisense, and errors related to missing member properties (Property does not exist on type {}).
**Problem Overview**
U…
ghost updated
8 months ago
-
C:\Users\Administrator>frida
***
Failed to load the Frida native extension: DLL load failed: 找不到指定的模块。
Please ensure that the extension was compiled for Python 3.x.
***
Traceback (most recent…
-
Hello @hot3eed ,
thanks for the great extension. However, I am failing miserably with Interceptor. I am getting this error message:
`Error: Couldn't parse function with signature: static APP.CFM…
-
Does Frida 15.1.12 compatible with Python 3.10.0? I got this error message :
```
***
Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could…