This commit is contained in:
iddoeldor 2018-10-13 15:55:40 +03:00 committed by GitHub
parent 7cc662205f
commit 87c6c43a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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