Skip to content

radare/pebbleSystemInfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pebbleSystemInfo

Hex Editor and Disassembler for pebble.

When launched, you get a menu. Up, down, and select work as you would expect.

Choosing hex editor will present a hex dump of RAM. 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.

Disassembler will open a dissassembly view of RAM. Pressing Down will scroll by the instruction size at the top of the screen. Pressing Up will always scroll up by the minimum instruction size(2).

About will display informative text.

Pebble image of hex dump

Pebble image of disassembly

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. This is very old information. I think it has changed since I wrote it.

About

Hex Editor and Disassembler for pebble.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.0%
  • C++ 6.6%
  • Python 1.4%