Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.