J2ME-Loader
J2ME-Loader copied to clipboard
View and Edit memory
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
In Java you can edit fields values with java.reflect utils, KEmulator has viewer (Memory View) and editor (Class Watcher)