dump ios class instance key & value of members

This commit is contained in:
iddoeldor 2018-07-01 21:32:52 +03:00 committed by GitHub
parent c0a4d4f5f4
commit be1e50aa18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {