FLEXTool / FLEX

An in-app debugging and exploration tool for iOS
Other
14.01k stars 1.7k forks source link

Freezing in the TikTok app #561

Closed objc-class closed 2 years ago

objc-class commented 2 years ago

Environment

Bug Report

The screen will freeze when the 'views' button is clicked in the TikTok app

RipGlock commented 2 years ago

I came just to find if there was a fix for this yet. Dont know the reason, cant even dump the classes and headers using flex 3 so idrk what to do

NSExceptional commented 2 years ago

It's not freezing, but the view's window is kinda broken. After inspecting the app, it looks like Tik Tok is subclassing some of my classes at runtime and intentionally breaking them.

If you want to inspect the view hierarchy, you can debug the app with Xcode. Just open any Xcode project and go to Debug > Attach to Process… > and choose Tik Tok, then click the Debug View Hierarchy button