-
```
(venv) M:\Wechat_SDK>python index.py
Traceback (most recent call last):
File "index.py", line 12, in
script_string = get_file_string("frida_scripts/resv_msg.js")
File "M:\Wechat_SDK\…
-
Hi, thanks for open sourcing your work! I wanted to play around with it a bit but stumbled during the setup:
After successfully completing the setup steps before, I end up with an exception when in…
-
blew is my log:
```
# easy_install-3.7 ./frida-12.6.11-py3.7-win-amd64.egg
Processing frida-12.6.11-py3.7-win-amd64.egg
Copying frida-12.6.11-py3.7-win-amd64.egg to D:/program/msys64/mingw64/lib…
-
I took this as start point https://gist.github.com/oleavr/ae7bcbbb9179852a4731.
Here is the code
gating.js
```javascript
'use strict';
const co = require('co');
const frida = require('fr…
-
anbox.shell can't write anything to /system/etc/security/cacerts how to make /system/etc/security/cacerts writable? I want to put there my own CA
ghost updated
5 years ago
-
**Describe the bug**
Frida-server supports launching iOS apps by passing the bundle identifier (CFBundleIdentifier from Info.plist). The app launches just fine, but Objection doesn't appear to be abl…
-
In 0x06j chapter, #### Bypassing Jailbreak Detection
-
Hi there! I'm trying to bypass ssl pinning in snарchat and intercept traffic, but none of the current frida scripts is not working :( Can you please help me with this? Thanks in advance
-
Following up on #14 with the master branch.
Test code:
``` python
import frida
import sys
import os
import random
stalker="""
[%s].forEach(function(tid){
send(tid);
Stalker.follo…
v-p-b updated
5 years ago
-
Hey this is not an issue but I did not find useful information from the document.
I wanna ask what is the difference between `session.detach` and `script.unload`?
I thought when calling `session.d…
H4oK3 updated
5 years ago