Skip to content

Instantly share code, notes, and snippets.

@leuldereje
leuldereje / find_offsets.sh
Created January 17, 2018 08:43 — forked from uroboro/find_offsets.sh
v0rtex offset finder script
#!//bin/sh
export PATH=bin:$PATH
self=$0
function print_help() {
echo "$self [IPSW path]"
echo "$self [device model] [ios build]"
echo
@leuldereje
leuldereje / tnl_conv.py
Created March 10, 2017 13:40 — forked from RoadrunnerWMC/tnl_conv.py
A little script I wrote that converts Super Mario Maker .tnl course thumbnails to and from JPEG.
# 6/16/16
# A little script I wrote that converts Super Mario Maker .tnl course
# thumbnails to and from JPEG. (Spoiler: TNL is an incredibly thin JPEG wrapper
# format.)
# Licensed under the MIT License:
# Copyright (c) 2016 RoadrunnerWMC
# Permission is hereby granted, free of charge, to any person obtaining a copy