Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synackuk committed Jun 23, 2020
1 parent 9e00ad1 commit d3a1630
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 1,248 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = belladonna pilocarpine

all-local:
git submodule init belladonna
git submodule update belladonna
git submodule update --init --force --remote
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## n1ghtshade

A 32 bit checkm8 based downgrade utility.

* n1ghtshade permits the downgrade/jailbreak of A6/A6x devices
* Supports iOS 6 - 9.3.5

### Download

* n1ghtshade can be downloaded from [here](https://github.com/synackuk/n1ghtshade/releases).

#### Bugs

* if you identify any bugs please contact me on Twitter or use the github issues tab.

### Components

* [belladonna](https://github.com/synackuk/belladonna) Injects the checkm8 payload and facilitates the execution of other components
* [atropine] Patches iBoot and kernelcache components on the fly
* [hyoscine] Installs the n1ghtshade app and prepares the device for a Cydia install


### Dependencies

* arm-elf-gcc (you can install with macports)
* libcrypto
* libzip
* libplist
* [libirecovery](https://github.com/synackuk/libirecovery)
* libimobiledevice
2 changes: 1 addition & 1 deletion belladonna
2 changes: 1 addition & 1 deletion pilocarpine/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUBDIRS = macos
SUBDIRS = macos
6 changes: 3 additions & 3 deletions pilocarpine/macos/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AM_CFLAGS = $(GLOBAL_CFLAGS) $(libfragmentzip_CFLAGS) $(zlib_CFLAGS) $(libzip_CFLAGS) $(libirecovery_CFLAGS) $(libimobiledevice_CFLAGS) $(libplist_CFLAGS) $(openssl_CFLAGS) $(libcurl_CFLAGS) $(PTHREAD_CFLAGS)
AM_OBJCFLAGS = $(GLOBAL_CFLAGS) $(libfragmentzip_CFLAGS) $(zlib_CFLAGS) $(libzip_CFLAGS) $(libirecovery_CFLAGS) $(libimobiledevice_CFLAGS) $(libplist_CFLAGS) $(openssl_CFLAGS) $(libcurl_CFLAGS) $(PTHREAD_CFLAGS)
AM_LDFLAGS = $(libfragmentzip_LIBS) $(zlib_LIBS) $(libzip_LIBS) $(libirecovery_LIBS) $(libimobiledevice_LIBS) $(libplist_LIBS) $(openssl_LIBS) $(libcurl_LIBS) $(PTHREAD_CLIBS)

noinst_PROGRAMS = n1ghtshade
n1ghtshade_CFLAGS = -I../../belladonna/src $(AM_CFLAGS)
n1ghtshade_LDFLAGS = -rpath @loader_path/../Frameworks
n1ghtshade_OBJCFLAGS = -I../../belladonna/src $(AM_OBJCFLAGS)
n1ghtshade_LDFLAGS = -rpath @loader_path/../Frameworks -framework Cocoa -Ln1ghtshade.app/Contents/Frameworks
n1ghtshade_LDADD = ../../belladonna/src/libbelladonna.a $(AM_LDFLAGS)
n1ghtshade_SOURCES = main.m common.m dfu_enter_view.m other_options_view.m tasks_view.m main_view.m callback.m

Expand Down
Loading

0 comments on commit d3a1630

Please sign in to comment.