From 87c6c43a66a2f3a1813fd4c1a165d413b1d068cf Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Sat, 13 Oct 2018 15:55:40 +0300 Subject: [PATCH] #style --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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.