aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
158 stars 36 forks source link

Feature: Copy address of pointer level #160

Open dreamsyntax opened 1 month ago

dreamsyntax commented 1 month ago

For pointers of n depth, you can "Browse memory at" to open the Memory Viewer to this address.

image

Currently there is no way to 'Copy' a particular depth's address. For example, given the below image: image

If I wanted to copy level 2's address for use in Dolphin's Breakpoint feature I have to manually open this Address edit pane and type it myself in Dolphin, or utilize the "Browse memory at" and then right click -> add to watch -> copy to clipboard rather than hitting ok -> closing the dialog.

This has the potential to be made much simpler by either allowing copying directly from the Address edit pane or adding a dialog option when right clicking an address in the watchlist.