|
[Objective-C] Obfuscate Class and methods in Objective-C |
|
 |
// MyClass.h
// Obfuscate Class and methods in Objective-C
//
// use :
// #import "MyClass.h"
// [c123456 m654323:@"my-string"]
//
#define MyClass c123456
#define myMethod m654323
@interface MyClass : NSObject
+ (void)myMethod:(NSString*)param;
@end
|
|
|
|
|
|
|
|
Copyright © 1996-2022 Centro Studi Informatica di Danilo Priore. All rights reserved. P.I.10149810581. |
|
|
|