Current location - Quotes Website - Personality signature - Introduction to MonkeyDev
Introduction to MonkeyDev
MonkeyDev is a very useful and powerful tool. You can use it to write a Captain HOOK Tweak, Logos, command line tool. As an anti-siege lion or amateur, you can also use it to create a MonkeyApp to hook and tune third-party applications. It fully integrates automatic operations, such as re-signing, injection, etc. , so that reverse siege lions/enthusiasts can focus more on static analysis and debugging. (Of course, the author's own point of view is to use tools, but to know the principle. Don't just be a tool boy. Manual re-signing and injection should be completely possible without tools. )

*。 Xm file converted to *. Mm file, and integrated into a CydiaSubstrate. You can use MSHookMessageEx and MSHookFunction to hook the OC function and specify the address.

Use the header file provided by CaptainHook to get the hooks and properties of OC function.

You can directly create command-line tools that run on jailbreak devices.

This is a module that automatically integrates Reveal, Cycript and dylib for third-party applications, supports debugging dylib and third-party applications, supports Pod to integrate SDK for third-party applications, and only needs to prepare a cracked ipa or app file.

Professional introduction can also go to the introduction and installation process of MonkeyDev.

Logos syntax can be found here.

1, your own network speed should be good enough.

2. For example, if you don't install Theos in the opt directory during installation, you will create a new hidden file. Xxxxx and install it in this path. When you create a new MonkeyAPP, the running announcement will report that you can't find Theos, saying that you didn't install it.

The solution is as follows:

1. If you installed a Theos in the opt directory, you don't need to reconfigure the environment variables. You can install a Theos in your home directory.

2. Click TARGETS-& gt;; MonkeyDemoDylib construction settings under, search MonkeyDevTheosPath, and change the search path under the red box as shown in the figure to the Theos path under the home directory.