frida-node icon indicating copy to clipboard operation
frida-node copied to clipboard

Frida Node.js bindings

Results 15 frida-node issues
Sort by recently updated
recently updated
newest added

I know when using `Interceptor.attach` you can access the return address using `this.returnAddress` and I was wondering if this is somehow also possible when replacing a function with a `NativeCallback`...

I am able to start an Android application and attach a script to it like this: ``` const device = await frida.getUsbDevice(); const pid = await device.spawn(packageName); const session =...

@oleavr I've developed a one-liner to get the proper binaries since it could be a bit tedious to manually find the frida dependency, delete it and set the environment variables:...

Hi, I'm failed to install frida inside alpine docker, I see the verbose log: ``` npm ERR! prebuild-install http request GET https://github.com/frida/frida/releases/download/15.2.2/frida-v15.2.2-node-v88-linuxmusl-x64.tar.gz npm ERR! prebuild-install http 404 https://github.com/frida/frida/releases/download/15.2.2/frida-v15.2.2-node-v88-linuxmusl-x64.tar.gz npm ERR!...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Hello, I am trying to include frida in my built application, sadly I can't seem to to package it successfully. pkg doesn't return any error and works fine if I...

Apologies if this is the wrong repository to file this under - please let me know! When attaching to a local macOS device using these Node bindings, attempting to enable...

console.log("Hello World!") function sleep(time) { return new Promise(resolve =>{ setTimeout(resolve, time) }) } async function run() { console.log("Hello World!2") await sleep(1000) console.log("Hello World!3") } run() ------------------------------ results Hello World! Hello...

chikkachun@chikdeMBP ~ % npm install --save frida@latest npm ERR! code 1 npm ERR! path /Users/chikkachun/node_modules/frida npm ERR! command failed npm ERR! command sh -c prebuild-install || node-gyp rebuild npm ERR!...

Version * python : 3.11.2 * npm : 9.6.4 * node : v19.8.1 Error executing npm install frida