-
`console.js`
```
class console{
static log(...args) {
host.diagnostics.debugLog(`${args}\n`);
}
}
module.exports = console;
```
`test.js`
```
import {console} from "./consol…
nblog updated
3 months ago
-
Hi,
I try use this script with caido and its not working.
I use caido with android 13. Another apps working with this script.
Can you help me?
Logs:
```
$ frida -U -l ./config.js -l ./native…
-
### Description
When trying to sign in it displays error saying "due to multiple sign in attempts or suspicious activity your access to snapchat has been temporarily disabled."
### Reproduction st…
-
however, this one work: https://codeshare.frida.re/@Eltion/tiktok-ssl-pinning-bypass/
would be great if someone add this piece to the repo
unfortunately I am very new to frida, so i have no idea how…
-
Hello there,
I'm planning to analyze large amounts of binary libraries with `analyzeHeadless` and execute a `-postScript` for each binary that exports the CFG for every function found by Ghidra to …
-
"Skip to content
Navigation Menu
Code
Issues
6
A bootstrap repo for self-authoring Dev Container Features
containers.dev
License
MIT license
260 stars
121 forks
19 watching
6 Branches
0 Tags
…
-
Attempting to set the return value of an overloaded method in an Android app, I get a Frida exception.
First, here's the attempt to patch the method without declaring an overloaded method:
```
> …
-
demo examples\android\simple_strace.js
1、frida-compile simple_strace.js -o trace.js
2、frida -U -f pkg -l strace.js --no-paus
error:
ReferenceError: 'require' is not defined
at (/strace.js:…
-
**Describe the bug**
starting injected frida server issue
win10 x64
py37
frida 16.0.3
objection 1.11.0
**To Reproduce**
Steps to reproduce the behavior:
manual inject
frida-ps -U
shows Ga…
-
Hi.
App - *seen*
Unity version: 2019.4.17f1c1
I try Il2Cpp.dump() but I get an error: il2cpp: couldn't resolve export il2cpp_assembly_get_image.
How fix?