Jump to content
Nytro

Inject JavaScript to explore native apps

Recommended Posts

Posted

Inject JavaScript to explore native apps

Inject JavaScript to explore native apps on Windows, Mac, Linux and iOS.

[h=2]Scriptable[/h] Your own scripts get injected into black box processes to execute custom debugging logic. Hook any function, spy on crypto APIs or trace private application code, no source code needed!

[h=2]Stalking[/h] Stealthy code tracing without relying on software or hardware breakpoints. Think DTrace in user-space, based on dynamic recompilation, like DynamoRIO and PIN.

[h=2]Portable[/h] Works on Windows, Mac, Linux, and iOS. Grab a Python package from PyPI or use Frida through its .NET binding, browser plugin or C API.

[h=4]Get up and running in seconds.[/h]



~ $ sudo easy_install frida

~ $ frida-trace -i 'recv*' Skype

recvfrom: Auto-generated handler: …/recvfrom.js

Started tracing 21 functions.

1442 ms recvfrom()

# Live-edit recvfrom.js and watch the magic!

5374 ms recvfrom(socket=67, buffer=0x252a618, length=65536, flags=0, address=0xb0420bd8, address_len=16)

Sursa: Frida

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...