Bit-Slicer icon indicating copy to clipboard operation
Bit-Slicer copied to clipboard

Feature request: Follow pointer in Memory Viewer

Open theforcedk opened this issue 9 years ago • 3 comments

Hei

A feature I'm missing is the ability to add a pointer to the Memory Viewer, as you can add int and floats. You need to be able to define what to read at the address the pointer resolves to.

Right now, I manually select 8 bytes from the Memory Viewer, add a new pointer to Bit Slicer, add a new variable (eg. 8 bit string) with the pointer's address in []'s and that shows me the value.

This would be awesome to have in the Memory Viewer itself; quickly be able to read what's at the other end.

theforcedk avatar Mar 16 '15 21:03 theforcedk

Sounds like a good idea in the future.

You can simplify your current workflow if you just add a 8-bit string, and alter its address in []'s.

zorgiepoo avatar Mar 17 '15 02:03 zorgiepoo

But this convenience doesn't help much if the pointer is not direct to what you want, so it may not be that much worth adding. Possibly an easier way to jump to a pointer in the memory viewer would be better; right now you can just type the address, e.g., "58 D1 05 00 01 00 00 00" is 0x10005D158 if it's little endian

zorgiepoo avatar Mar 17 '15 02:03 zorgiepoo

You might be right; or a quick way to add the selected address (+offset) in Memory Viewer as a pointer to the Bit Slicer window (with read type eg string/int/float) - this is what I use for trial and error'ing because my assembly skills are seriously lacking, so I browse around memory hoping to get a break ^_^

Thanks for considering

theforcedk avatar Mar 17 '15 06:03 theforcedk