iphone - Mobilesubstrate: Create a tweak to hook into another tweak or dylib -


is possible create tweak hook existing tweak?

not possible. .xm files cannot dumped using class-dump. hook other frameworks or other source files used tweak, dumping them. tweak hooked identifier should used load it.


Comments