Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Hex Editor and Disassembler for pebble.
C C++ Python
branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
binaries
images
resources
src
.gitignore
LICENSE
README.md
appinfo.json
hexdump.txt
wscript

README.md

pebbleSystemInfo

Hex Editor and Disassembler for pebble. The disassembler is not yet available.

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.

Pebble image of hex dump

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.

0x2001C08C is where one of my app's global varables is stored on my Pebble.

Something went wrong with that request. Please try again.