-
Hi,
There is no **script.exports** for .Net like Python and Node.js:
https://github.com/frida/frida-python/blob/37847fd8c9d97b9c5177b35543613abb6fa3b9fb/examples/rpc.py#L17
https://github.com/fri…
-
**Describe the bug**
When i execute the script, showing error
frida -U -l instagram-ssl-pinning-bypass.js -f com.instagram.android
. . . . Connected to SM G991B (id=RQCR60062ZK)
Spaw…
-
### First, install `frida-tools`:
```bash
pip install frida-tools
```
After installing `frida-tools`, go to this GitHub page:
[frida-server-x86](https://github.com/frida/frida/releases/tag/16…
-
## Summary
Hooking a function on JDK17 (HotSpot) causes the instrumented application to crash. Other features such as searching methods with `Java.enumerateMethods(query)` work as expected as far as …
-
I start any application
`frida -l iosciper.js -f com.apple.Maps -U`
with a script and if the “crypto” section of the config is enabled, the application hangs (apparently one of the encryption fu…
-
```javascript
rpc.exports = {
init: (stage, parameters) => {
Java.perform(function () {
const Log = Java.use("android.util.Log");
Log.e("script", "step-1");
setTimeout(…
-
Hi
If I tried to use Frida to spawn an iOS application
````
frida -U -f com.x.y.z -l frida_script.js --no-pause
````
I will get this error
````
Failed to spawn: incompatible Mach-O image
```…
-
When trying frida on windows with
`frida c:\Windows\System32\notepad.exe`
I receive the following error:
`Failed to attach: unexpectedly failed with error code: 0x00000057`
I can not find a soluti…
-
**Describe the bug**
Tried on other apps, that are found by `frida-ps -Uai`, only this one fails
```
D:\Program Files\Nox\bin>frida-ps -Uai
PID Name Identifier
---- -----------…
-
I tested on Android Emulator google-play API 30 (Android 11) x86 and got error unable to find process with name 'mediadrmserver' (python script.py new):
```
Traceback (most recent call last):
…