Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Mueller authored Jun 5, 2018
1 parent dc4925d commit 0e3f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Some random ideas for detecting Frida instrumentation from within a process:
- Scan all local TCP ports, sending a D-Bus message to each port to identify fridaserver.
- Scan text sections for a string found inside <code>frida-gadget*.so</code> / <code>frida-agent*.so</code>. File operations are implemented in ASM so prevent easy bypassing with libc function hooks.

These examples were developed to accompany a [blog post](https://trello.com/c/IAEd2pI0/77-api-terms-of-use). **Note that copy/pasting this into your own code will not guarantee any meaningful protection**.
These examples were developed to accompany a [blog post](http://www.vantagepoint.sg/blog/90-the-jiu-jitsu-of-detecting-frida). **Note that copy/pasting this into your own code will not guarantee any meaningful protection**.

0 comments on commit 0e3f3df

Please sign in to comment.