New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rebuildapp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rebuildapp

Resign iOS app with dynamic library.

latest
npmnpm
Version
1.2.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

RebuildApp

Rebuild and install app without jailbreak.

Usage

$ npm install rebuildapp -g

# create template in your workspace
$ rebuildapp --new

$ cd $workspace

# pack ipa
# auto find provisitionFile、bundleId、ipa
$ rebuildapp

more command

  Usage: rebuildapp [--options] [ipafile]

  Options:

    -V, --version                             output the version number
    -n, --new                                 create a rebuild workspace.
    -b, --bundleid [BUNDLEID]                 Change the bundleid when repackaging
    -i, --identity [iPhone Distribution:xxx]  Specify Common name to use
    -k, --keychain [KEYCHAIN]                 Specify alternative keychain file
    -m, --mobileprovision [FILE]]             Specify the mobileprovision file to use
    -o, --output [APP.ipa]                    Path to the output IPA filename
    -a, --auto                                auto install
    -h, --help                                output usage information
  Examples:

    $ rebuildapp --auto wechat.ipa

Template

.
├── README.md
├── embedded.mobileprovision         
├── lib
│   └── WeChatRedEnvelop.dylib       # dylib
└── tool                             # dylib tool
    ├── libsubstrate.dylib
    └── yololib

FAQs

Package last updated on 20 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts