J2ME-Loader icon indicating copy to clipboard operation
J2ME-Loader copied to clipboard

View and Edit memory

Open RenanSD007 opened this issue 3 years ago • 1 comments

Is there any way to add support for for view and edit memory in real-time? Something very similar to what emulators (FCEUltra, RetroAchievements emulators) and Game Guardian offer, like edit Java Heap memory, fetch values ​​(by Decimal, Hex, Binary, Text) blind search of values ​ in 8-bit (255/FF, 1 byte), 16-bit (BE+LE support) (65535/FFFF, 2 bytes) and 32-bit (BE+LE support) (FFFFFFFF, 4 bytes), see the number of times a memory has changed and etc... that too it would be good for editing RMS files in real-time with some built-in HEX editor

RenanSD007 avatar Jan 23 '22 21:01 RenanSD007

In Java you can edit fields values with java.reflect utils, KEmulator has viewer (Memory View) and editor (Class Watcher)

shinovon avatar Jan 25 '22 02:01 shinovon