#style
This commit is contained in:
parent
7cc662205f
commit
87c6c43a66
16
README.md
16
README.md
@ -1,21 +1,17 @@
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
### Native
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>View contents</summary>
|
<summary>Native</summary>
|
||||||
|
|
||||||
* [`Intercept open`](#intercept-open)
|
* [`Intercept open`](#intercept-open)
|
||||||
* [`Execute shell command`](#execute-shell-command)
|
* [`Execute shell command`](#execute-shell-command)
|
||||||
* [`List modules`][#list-modules)
|
* [`List modules`](#list-modules)
|
||||||
* [`Log SQLite query`](#log-sqlite-query)
|
* [`Log SQLite query`](#log-sqlite-query)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### Android
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>View contents</summary>
|
<summary>Android</summary>
|
||||||
|
|
||||||
* [`Enumerate loaded classes`](#enumerate-loaded-classes)
|
* [`Enumerate loaded classes`](#enumerate-loaded-classes)
|
||||||
* [`Class description`](#class-description)
|
* [`Class description`](#class-description)
|
||||||
@ -32,10 +28,8 @@
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### iOS
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>View contents</summary>
|
<summary>iOS</summary>
|
||||||
|
|
||||||
* [`iOS alert box`](#ios-alert-box)
|
* [`iOS alert box`](#ios-alert-box)
|
||||||
* [`File access`](#file-access)
|
* [`File access`](#file-access)
|
||||||
@ -47,6 +41,8 @@
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
#### Intercept Open
|
#### Intercept Open
|
||||||
|
|
||||||
An example for intercepting `libc#open` & logging backtrace if specific file was opened.
|
An example for intercepting `libc#open` & logging backtrace if specific file was opened.
|
||||||
|
Loading…
Reference in New Issue
Block a user