Objective-C Code Masking Tool
Mask and anonymize class names, method names, variable names, and values in the browser while preserving the structure of Objective-C code.
Font size
About this tool
Before sharing Objective-C code, you can replace specific information such as classes, protocols, selectors, variables, and values with alternative values.
Features
- Objective-C interface, implementation, protocol, property, and method selectors
- Masking/anonymization of classes, methods, variables, strings, numbers, and comments
How to use
- Paste the Objective-C code into the input field.
- Select what to mask and how to handle comments.
- Check and copy the masking results.
- You can remove masking individually by right-clicking on the target area of the masking result, and reapply by right-clicking again.
Limitations
- It does not guarantee complete parsing equivalent to Clang.
- Visually check the results if they contain complex macros, C++ mixed code, or dynamic runtime APIs.
Privacy: The input contents and processing results are processed within the browser and are not sent to or saved on the Develop Tools server.