🍺 BREW Explorer

← all formulae

ios-class-guard

brew install ios-class-guard v0.8 GPL-2.0-or-later

Objective-C obfuscator for Mach-O executables

2
30-day installs · #13540
9
90-day · #12282
46
365-day · #11289
1.7k
★ GitHub stars · updated 6y ago

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Objective-C obfuscator for Mach-O executables",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:53+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "ios-class-guard",
  "github_default_branch": "master",
  "github_last_commit_at": "2020-01-04T10:01:52Z",
  "github_readme_excerpt": "---\n\n__This repository is no longer maintained. Issue reports and pull requests will not be attended.__\n\n---\n\niOS Class Guard\n=========\n\niOS-Class-Guard is a command-line utility for obfuscating Objective-C class, protocol, property and method names. It was made as an extension for [class-dump](https://github.com/nygard/class-dump). The utility generates a symbol table which is then included during compilation. It effectively hides most of class, protocol, method, property and i-var names.\n\n**iOS Class Guard itself is not the silver bullet for security of your application. However, it will definitiely make your application harder to read by an attacker.**\n\nRead the official announcement at [Polidea Blog](http://www.polidea.com/#!heartbeat/blog/Protecting_iOS_Applications)\n\nVersion\n-----------\n0.8\n\nDo I need It?\n-----------\nThis utility makes code analyzing and runtime inspection more difficult, which can be referred to as a simple/basic method of obfuscation. You may ask yourself why it is needed; due to Objective-C architecture any dissection of iOS applications is rather simple. You may want to check out the following links:\n\n* http://www.infointox.net/?p=123\n* http://www.cycript.org/\n* http://resources.infosecinstitute.com/ios-application-security-part-2-getting-class-information-of-ios-apps/\n* http://timourrashed.com/decrypting-ios-app/\n\nHow does it work?\n----------\nThe utility works on the compiled version of an application. It reads the Objective-C portion of Mach-O object files. It parses all classes, properties, methods and i-vars defined in that file adding all symbols to the list. Then it reads all dependent frameworks doing the same (parsing Objective-C code structure), but now adding symbols to a forbidden list. Then all symbols from your executable that aren\u0027t in the forbidden list are obfuscated. For each symbol a random identifier consisting of letters and digits is generated. Every time you do obfuscation, a unique symbol map is generated. The genera",
  "github_repo": "Polidea/ios-class-guard",
  "github_stars": 1663,
  "github_topics": [],
  "homepage": "https://github.com/Polidea/ios-class-guard/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 2,
  "installs_365d": 46,
  "installs_90d": 9,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "ios-class-guard",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 13540,
  "rank_365d": 11289,
  "rank_90d": 12282,
  "raw_hash": "69cafb8d1e12463e",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/i/ios-class-guard.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.8",
  "versioned_formulae": [],
  "why_use_this": null
}