Hex Editor for pebble. This is a DANGEROUS tool, not a toy. Be careful with it. Misuse could brick your Pebble.
When launched, you get a menu. Up, down, and select work as you would expect.
Choosing hex editor will present a hex dump. Up and down will scroll. Select will start editing the selected word.
In the word editor, up and down change the value of the selected nibble, and select will advance. Holding select will set the value. Clicking back at this point will not save any changes.
Set Address functions the same as the word editor.
The other menu items will display informative text.
Please don't blame me if you brick your pebble while playing with this hex editor. This is a DANGEROUS tool, not a toy. Be careful.
Some areas of memory are not allowed to be read. If you try to read them, your Pebble will crash. Just trying to read protected memory should not harm your Pebble. However, upon trying to find a boundary for readable memory, I crashed my Pebble enough times quick enough that it decided to boot the recovery firmware. It has you send the firmware from your phone again. It worked just fine, but it was scary.
0x2001C08C is where one of my app's global varables is stored on my Pebble.
Updated to API version 2.0.