Adam Heinermann
Adam Heinermann
1. Go to server settings 2. Fill stuff out 3. Rotate your device The settings get reset. It's likely because the activity is restarting. The fix should be simple, see...
Some sections are not allocated by the DOL loader. Check Paper Mario TTYD dol. 
For example in some `.REL` files for Paper Mario 2 point to a location in the imports table that is not 4-byte aligned, causing unknown imports to be created, and...
It is a common identifiable format found in many binaries.
Including the embedded/attached image on Brawl modules at the end of some data section.
Assign a meaningful name to the pre/post cpp lists. These are lists of functions that initialize global static variables and destroy them.
For example, choosing the base address for the binary, etc.
Name externals with names from another module's exported `.map` file. For example: thismodule imports functions from thatmodule, so it reads `thatmodule.map` to name them.