IPAPatch icon indicating copy to clipboard operation
IPAPatch copied to clipboard

Couldnt inject cycript.framework

Open illnino opened this issue 7 years ago • 2 comments

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

  1. git clone https://github.com/Naituw/IPAPatch.git
  2. cd IPAPatch
  3. cp /path/to/youtube-demo/IPAPatch/Cycript.framework ./IPAPatch/
  4. Connect my iPhone to Mac, fix signing problems
  5. Click Run

Question

May I know where should I place cycript.framework?

illnino avatar Nov 01 '17 11:11 illnino

./cycript -r 192.168.1.12:4567 *** syscall(connect(socket, info->ai_addr, info->ai_addrlen)):../Console.cpp(306):CYSocketRemote [errno=61]

xiaocai33 avatar Apr 23 '18 05:04 xiaocai33

As soon as i add a framework, in the assets folder i also get App Installation Failed - Could not inspect the application package.

steelzeh avatar Jun 20 '19 09:06 steelzeh