mirror of
https://github.com/DKJone/DKWechatHelper.git
synced 2025-05-23 18:56:11 +08:00
31 lines
565 B
Objective-C
31 lines
565 B
Objective-C
// weibo: http://weibo.com/xiaoqing28
|
|
// blog: http://www.alonemonkey.com
|
|
//
|
|
// LLDBTools.h
|
|
// MonkeyDev
|
|
//
|
|
// Created by AloneMonkey on 2018/3/8.
|
|
// Copyright © 2018年 AloneMonkey. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <mach/vm_types.h>
|
|
|
|
//(lldb) po pviews()
|
|
|
|
NSString* pvc(void);
|
|
|
|
NSString* pviews(void);
|
|
|
|
NSString* pactions(vm_address_t address);
|
|
|
|
NSString* pblock(vm_address_t address);
|
|
|
|
NSString* methods(const char * classname);
|
|
|
|
NSString* ivars(vm_address_t address);
|
|
|
|
NSString* choose(const char* classname);
|
|
|
|
NSString* vmmap();
|