version 2.0 (beta?)

cli interface
This commit is contained in:
Patrick Wardle
2018-12-18 21:13:23 -10:00
parent 35baa20f7c
commit 56fd7b0a07
35 changed files with 1082 additions and 510 deletions
+1 -1
View File
@@ -91,6 +91,6 @@ struct dyld_image_info_32 {
-(void)enumerateNetworking:(BOOL)shouldWait;
//convert self to JSON string
-(NSString*)toJSON;
-(NSString*)toJSON:(BOOL)detailed;
@end