https://github.com/leoetlino/la-re-notes
Reverse engineering notes, tools and extracted data for The Legend of Zelda: Link's Awakening (Switch)
https://github.com/leoetlino/la-re-notes
ida-pro links-awakening nintendo-switch reverse-engineering zelda
Last synced: 5 months ago
JSON representation
Reverse engineering notes, tools and extracted data for The Legend of Zelda: Link's Awakening (Switch)
- Host: GitHub
- URL: https://github.com/leoetlino/la-re-notes
- Owner: leoetlino
- Created: 2019-09-25T21:28:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T22:42:48.000Z (over 6 years ago)
- Last Synced: 2025-04-15T20:13:45.168Z (12 months ago)
- Topics: ida-pro, links-awakening, nintendo-switch, reverse-engineering, zelda
- Language: C
- Homepage:
- Size: 340 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *Link's Awakening* (Switch) reverse engineering notes
WORK IN PROGRESS
## What's in this repository?
* Information and sometimes documentation about game internals. These files have the \*.md extension
in this repository.
* Some plain text files that were extracted from the executable or generated from the ROM,
containing information about game internals as well.
* Tools for understanding some game files in [tools](tools/).
* Tools and IDA scipts for reverse engineering the game and dumping structures/values
from the executable in [tools/ida](tools/ida).
* Note: I will publish a Grezzo datasheet (gsheet) library and tool later.
## Credits
Thanks to MrCheeze for the 'event flowchart to pseudocode' script.