IPAPatch
IPAPatch copied to clipboard
Couldnt inject cycript.framework
Description
I downloaded the cycript.framework from your YouTube-demo.
1. Place cycript.framework on IPAPatch/Assets/Frameworks/cycript.framework
It could be successfully installed. But cant connect to it via cycript
➜ cycript_0.9.594 ./cycript -r 192.168.1.12:4567
*** _syscall(connect(socket_, info->ai_addr, info->ai_addrlen)):../Console.cpp(306):CYSocketRemote [errno=61]
NIN: Revealserver is working with this method.
2. Place cycript.framework on IPAPatch/IPAPatch/cycript.framework
It could build successfully. However, it couldnt install on my Jailed iPhone.
An error reads App Installation Failed - Could not inspect the application package.
Reproduction Steps of #2
-
git clone https://github.com/Naituw/IPAPatch.git
-
cd IPAPatch
-
cp /path/to/youtube-demo/IPAPatch/Cycript.framework ./IPAPatch/
- Connect my iPhone to Mac, fix signing problems
- Click Run
Question
May I know where should I place cycript.framework?
./cycript -r 192.168.1.12:4567 *** syscall(connect(socket, info->ai_addr, info->ai_addrlen)):../Console.cpp(306):CYSocketRemote [errno=61]
As soon as i add a framework, in the assets folder i also get App Installation Failed - Could not inspect the application package.