See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| Title: h2spice | |
| URL: http://h2spice.blogspot.kr/feeds/posts/default | |
| Title: NULL's Laboratory | |
| URL: http://null0.tistory.com/rss | |
| Title: { cr3denza } | |
| URL: http://cr3denza.github.io/feed.xml | |
| Title: HACKABILITY |
| #!/usr/bin/env python3 | |
| # CSR OTAU binary parser | |
| # https://developer.qualcomm.com/qfile/34081/csr102x_otau_overview.pdf | |
| # For use with test and demonstration only. This is obviously not official and | |
| # is not affiliated with Qualcomm. | |
| import io | |
| import os | |
| import sys |
| api.eosargentina.io | |
| api.eosnewyork.io | |
| bp.eosvolga.one | |
| api.eosmetal.io | |
| bp.cryptolions.io | |
| eu.eosdac.io | |
| api.eos.minergate.com | |
| eosbp.atticlab.net | |
| mainnet.eoscanada.com | |
| api.eosimpera.com |
| #!/usr/bin/env python3 | |
| # initial script by b1n4r1b01 but he deleted his repo | |
| # https://gist.github.com/woachk/6092f9ae950455dcdf8428c3ce2d639e | |
| # added python3 support | |
| import sys | |
| import struct | |
| import os | |
| #include <algorithm> | |
| #include <type_traits> | |
| template <int... Ints> | |
| struct Row { | |
| constexpr static bool empty = (sizeof...(Ints) == 0); | |
| }; | |
| template <typename Upper, typename Lower> | |
| struct Domino { |
Important: Please don't use the comment section to ask for help, I most likely won't respond there as I have it muted due to too many notifications. Join r/jailbreak (
#genius-bar) or FDR Bureau (#futurerestore-support) instead.
How to downgrade checkm8 devices from iOS 15/16
This is a guide for downgrading (or upgrading) to unsigned versions with futurerestore on checkm8 devices (A11 and below). You must have blobs for the version you want to go to, and SEP/BB compatibility may limit how far you can go.
The latest SEP/BB as of right now is iOS 16.0, which is INCOMPATIBLE with anything below. On devices that got iOS 16, you must use 15.6 RC SEP/BB.
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code.