Is it possible to create a tweak to hook into another existing tweak?
Asked
Active
Viewed 865 times
2 Answers
1
Not possible. .xm files cannot be dumped using class-dump. You could probably hook into other frameworks or other source files used by that tweak, by dumping them. The tweak to be hooked identifier should be used to load it.

johnny peter
- 4,634
- 1
- 26
- 38
1
As long as the tweak has some objc classes, you can always hook them. Just do that after they get loaded.