diff --git a/README.md b/README.md index 14d833e..014b2ef 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,17 @@ ## Table of Contents -### Native -
-View contents +Native * [`Intercept open`](#intercept-open) * [`Execute shell command`](#execute-shell-command) -* [`List modules`][#list-modules) +* [`List modules`](#list-modules) * [`Log SQLite query`](#log-sqlite-query)
-### Android -
-View contents +Android * [`Enumerate loaded classes`](#enumerate-loaded-classes) * [`Class description`](#class-description) @@ -32,10 +28,8 @@
-### iOS -
-View contents +iOS * [`iOS alert box`](#ios-alert-box) * [`File access`](#file-access) @@ -47,6 +41,8 @@
+
+ #### Intercept Open An example for intercepting `libc#open` & logging backtrace if specific file was opened.