FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the attribute objc_direct to hide methods from categories.

Ram4096 opened this issue · comments

Is it possible to implement the attribute objc_direct to convert methods to direct C calls in order to prevents apps to detect if there are methods from third-party dylibs in NSObject and more?

Yes, but what does that have to do with FLEX?

Some do, some don't. Snapchat will only ban you if you add methods to or swizzle methods on specific classes, so this isn't a bad idea!