From f5154a082fb04d630e3366947ee40835923beeda Mon Sep 17 00:00:00 2001 From: Iddo Date: Thu, 31 May 2018 11:47:03 +0300 Subject: [PATCH] add reference for overview --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbed1d3..a1faa76 100644 --- a/README.md +++ b/README.md @@ -85,5 +85,6 @@ Interceptor.attach(Module.findExportByName(null, "dlopen"), { References overview: -https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/ +* https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/ +* https://zhiwei.li/text/2016/02/01/%E7%BC%96%E8%AF%91frida/