/poke-client

Pokemon reverse engineering tool

Primary LanguageC++GNU General Public License v2.0GPL-2.0

poke-client

Very WIP tool for debugging and reversing pokemon games. Based on exlaunch.

Designed to be ran on real hardware.

Features

  • Hex editor
  • Lua VM (runs a lua script off the SD card)
  • Lua print hooked to output to info panel
  • Write logs to SD card
  • Mouse and keyboard support

Screenshot

sv

Building

Run make -j8

Change the TitleID in the makefile and make sure the appropriate named json exists as well.

Credits