How to get the class with obfuscated name by cycript

When I analyze the binary file in IDA for an app, i see a class with hidden name. Like this:

The class name was hidden and it’s variable for different versions.

How does this app make this, and how can I get this class object in cycript?

1 个赞

this method name doesn’t seem to be encrypted

That’s called obfuscation, duh.
Obfuscated at compile time and there is no way you could recover

If i want to get this class.

Should I must know the origin class name?

Nope.

Thx :smile:

Is there any way to get this class in cycript.
Now I can only get this class by lldb and debugserver. But this will be detected by this app.

X=objc_getClass(“DEVJFWKHDFIWHJDC”)