Hi everyone,

Super-excited to announce that www.frida.re is now available for Node.js, 
and is installable in seconds:

    $ npm install frida

Frida provides cross-platform dynamic binary instrumentation, so you can 
build your own Wireshark on steroids, e.g. hooking crypto APIs in native 
apps on desktop and mobile. You basically inject snippets of JavaScript 
into native processes, and your scripts run inside the remote processes 
with full access to memory, ability to receive JS callbacks when native 
APIs are called by the application, FFI, etc.

Cheers,
Ole André

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/8ae78bd6-07bc-4a28-a984-d3507488a74c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to