- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
- Assigned To No-one
- Operating System Sansa e200
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6586 - memory monitor/editor plugin
Hi,
mem_mon is a simple memory monitor and editor to view/edit memory contents on the target device.
It was tested on Archos Recorder and Sansa E250.
Purpose is to provide a tool that might help during development or porting of rockbox.
Usage:
up/down: page up/down one screen rec+up/down: page up/down 256bytes left/right: page up/down 64kB rec+left/right: page up/doen 16MB select: update screen hold select: enter selection mode u/d/r/l: select hex number to edit hold select: enter editing mode u/d: change value select: submit value to memory
Best regards,
/mattzz
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
- Added scrollwheel support
- Initial address editing
Currently only Sansa and Archos Recorder are supported platforms. I will add plugin library action code to make it work on other models.
- Using pluginlib_actions for easy compile/usage on other platforms
- compiled on archos recorder, sansa e200, ipod video/photo, ipod nano, iriver H1x0
- untabified source
hmm, the top of the patch has a TODO list… do you want to update the plugin so it can be commited?
Would maybe be nice to add an upper bound check to the memory address to prevent crashes (I think the MEMORYSIZE define can be used for that)