Skip to content

Instantly share code, notes, and snippets.

@riverar
Created January 6, 2017 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riverar/a06699c002b9b3576e7ba8f56ab2d7c1 to your computer and use it in GitHub Desktop.
Save riverar/a06699c002b9b3576e7ba8f56ab2d7c1 to your computer and use it in GitHub Desktop.
Frida + VSCode Example (launch.json)
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to Process",
"port": 6666
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment