Adam Heinermann

Results 64 issues of 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. ![screenshot from 2015-02-20 17 36 46](https://cloud.githubusercontent.com/assets/1966366/6310670/20ceced0-b927-11e4-9390-385c51ed3a90.png)

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...

bug

It is a common identifiable format found in many binaries.

enhancement

Including the embedded/attached image on Brawl modules at the end of some data section.

enhancement

Assign a meaningful name to the pre/post cpp lists. These are lists of functions that initialize global static variables and destroy them.

enhancement

For example, choosing the base address for the binary, etc.

enhancement

Relocation type 5 is found in Mario Party 7.

enhancement

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.

enhancement