Closed L1ghtmann closed 1 year ago
(^)
%@
For:
%hook IALBackupManager -(void)makeBackupWithFilter:(BOOL)filter andCompletion:(void (^)(BOOL))block { %log; %orig; } %end
Before:
NSLog(@"-[<IALBackupManager: %p> makeBackupWithFilter:%d andCompletion:0x%llx]", self, filter, (uint64_t)block);
IAmLazy[5455] <Notice>: -[<IALBackupManager: 0x280125fe0> makeBackupWithFilter:1 andCompletion:0x16bc9e3f8]
After:
NSLog(@"-[<IALBackupManager: %p> makeBackupWithFilter:%d andCompletion:%@]", self, filter, block)
IAmLazy[5144] <Notice>: -[<IALBackupManager: 0x282c95ce0> makeBackupWithFilter:1 andCompletion:<__NSMallocBlock__: 0x282c95d10>]
Operating System: …
Linux (WSL) iP7 -- iOS 14.3 -- unc0ver
Platform: …
Target Platform: …
Toolchain Version: …
SDK Version: …
What does this implement/fix? Explain your changes.
(^)
and returns the type as%@
as proposed by Kirb in https://github.com/theos/logos/issues/12#issuecomment-284217410Does this close any currently open issues?
Any relevant logs, error output, etc?
For:
Before:
After:
Any other comments?
Where has this been tested?
Operating System: …
Linux (WSL) iP7 -- iOS 14.3 -- unc0ver
Platform: …
Target Platform: …
Toolchain Version: …
SDK Version: …