Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldnt inject cycript.framework #45

Open
illnino opened this issue Nov 1, 2017 · 2 comments
Open

Couldnt inject cycript.framework #45

illnino opened this issue Nov 1, 2017 · 2 comments

Comments

@illnino
Copy link

illnino commented Nov 1, 2017

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?

@xiaocai33
Copy link

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

@steelzeh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants