Note
Obligatory disclaimer: this is for educational purposes only. I am not responsible for any damages caused by following this guide, or using any of the script(s) herein.
This guide prioritizes arm64 macOS, but may also work for other platforms.
Note
Obligatory disclaimer: this is for educational purposes only. I am not responsible for any damages caused by following this guide, or using any of the script(s) herein.
This guide prioritizes arm64 macOS, but may also work for other platforms.
\usepackage{latexsym} | |
\usepackage[empty]{fullpage} | |
\usepackage{titlesec} | |
\usepackage{marvosym} | |
\usepackage[usenames,dvipsnames]{xcolor} | |
\usepackage{verbatim} | |
\usepackage{enumitem} | |
\usepackage{amssymb} | |
\usepackage[colorlinks,urlcolor=black]{hyperref} | |
\usepackage{fancyhdr} |
from lxml import html | |
import requests | |
import re | |
import os | |
def createDir(path): | |
if not os.path.exists(path): os.makedirs(path) | |
# Settings | |
iosVersion = "14.4" |
from lxml import html | |
import requests | |
import re | |
import os | |
def createDir(path): | |
if not os.path.exists(path): os.makedirs(path) | |
# Settings | |
iosVersion = "12.1" |
Following instructions are provided without any warranty, and may even get you in trouble legally. The instructions are provided for testing, learning, preventing e-waste, and should be use with care. We (including contributers + commentators) are not responsible for any damage to your device(s) or any legal issues.
Instructions have been moved to https://github.com/francoism90/asus-router. :)