These are my personal Switch reversing scripts.
This is all a bit messy and chaotic, but I'm going to try to push my personal RE scripts and tools a bit more, since they can be pretty useful. Use at your own risk, no warranty, etc.
swipc-genis code for automated extraction of IPC information used to generate these diffs: https://gist.github.com/hthh/bb896c743878a2c0c337f41febdc0426binutilshas simple utilities for dumping information from Switch binaries.patternis a pair of scripts for identifying and naming common library code in 64-bit binaries (where you have one file with the code with symbols, and another with the same code, but without symbols).ipcservercontains scripts for automatically finding the implementations of IPC commands in sysmodule binaries.ipcclientcontains a script I use to generate vtable structures for IPC client code using IDA and the Hex-Rays decompiler.loadercontains my personal fork of the ReSwitched loader with a number of other useful features.