ASO little skill: use JsHook to replace simulated touch

introduction

When someone is still asking me about PTFTouch's open source touch, I usually ask him to solve the problem in a different way, which is to use JsHook instead of analog touch.

Through JsHook, the data of the interface can be parsed, which can avoid multiple simulated touches.

I core idea

  1. The development framework does not have to use theos. The core of theos is to integrate mobilesubstrate. You can also use MonkeyDev. Or you can assemble the deb package yourself by creating a dynamic library project.

  2. The process of the hook is the same, or the processes related to the AppStore, and the daemon process written by yourself is used to control the overall task process.

  3. Load the simulated touch js written before reverse analysis in the tweak injected into the AppStore-related process to simulate the touch execution task.

Tips: The ASO project is to keep up with the iOS version, such as iOS15 coming out

Guess you like

Origin blog.csdn.net/u011018979/article/details/123354717