Tanner Bennett
Tanner Bennett
Oh, whoops, I thought this was the FLEX repo. Which apps did you test it in? And which iOS version are you on
Are both of the apps the same version on both devices? Which version of libFLEX are you using on each?
You didn't show the full request headers, what's the content size with that request?
Unfortunately not :/ I want to figure out how to make it work for them though. Right now it ties itself to a UIApplication or UIWindow or something and I'm...
I'm going to reopen it because this is something I've been meaning to look into. I'll close it if I decide it can't be done or something
Unfortunately some apps make it impossible for the three finger gesture to work. I will be adding activator support soon that should help with this.
Gotcha. I do a lot of Objective-C reverse engineering so the strings window is useful for finding specific method calls via xrefs to strings. I will leave this open for...
I think this is just a bug with Tik Tok in general. Same thing happens when you save the video in the app-supported way.
Update to the latest version of the tweak
If you want to hook a framework class, all you need to do is `dlopen` that one framework (not all of them) to ensure it is first loaded, and then...