Skip to content

Instantly share code, notes, and snippets.

./img4tool -e -o ibss.raw --iv "iv" --key "key" ibss.stock
./img4tool -e -o ibec.raw --iv "iv" --key "key" ibec.stock
./iBoot64Patcher ibss.raw ibss.pwn
./iBoot64Patcher ibec.raw ibec.pwn -b "-v"
./img4tool -c ibss.v -t ibss -d ibss ibss.pwn
./img4tool -c ibec.v -t ibec -d ibec ibec.pwn
./img4tool -c ibss.final -p ibss.v -s "path/to/any/shsh"
./img4tool -c ibec.final -p ibec.v -s "path/to/any/shsh"
@Halo-Michael
Halo-Michael / snapUtil.c
Created July 1, 2019 07:58 — forked from okanon/snapUtil.c
snaputil
/*
* Copyright 2017 Adam H. Leventhal. All Rights Reserved.
*/
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
@Halo-Michael
Halo-Michael / loader.c
Created June 27, 2019 17:05 — forked from pwn20wndstuff/loader.c
Full AMFI/CoreTrust bypass for iOS 11.0-12.1.2 by @Jakeashacks with implementation by @Pwn20wnd
//
// loader.c
// Undecimus
//
// Created by Pwn20wnd on 3/16/19.
// Copyright © 2019 Pwn20wnd. All rights reserved.
// Copyright © 2019 Jakeashacks. All rights reserved.
//
#include <common.h>