Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T22:42:48.000Z (about 5 years ago)
- Last Synced: 2023-10-20T21:13:29.461Z (about 1 year ago)
- Topics: ida-pro, links-awakening, nintendo-switch, reverse-engineering, zelda
- Language: C
- Homepage:
- Size: 340 KB
- Stars: 11
- Watchers: 6
- 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.