From be1e50aa18de05f408c458b0245a9479986b4d21 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Sun, 1 Jul 2018 21:32:52 +0300 Subject: [PATCH] dump ios class instance key & value of members --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81c36b8..77f38bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Contents - [Enumerate loaded classes](#enumerate-loaded-classes) - [Dump iOS class hierarchy](#dump-ios-class-hierarchy) - - [iOS instance members](#ios-instance-members) + - [iOS instance members values](#ios-instance-members-values) - [List modules](#list-modules) - [Get methods from .so file](#get-methods-from-so-file) - [SQLite hook example](#sqlite-hook) @@ -70,8 +70,8 @@ classes.forEach(function(name) { send(tree); ``` -#### iOS instance members -Print map of members for each class instance +#### iOS instance members values +Print map of members (with values) for each class instance ``` ObjC.choose(ObjC.classes[clazz], { onMatch: function (obj) {