The project is meant to be able to look for "variables" in memory and then narrow it down so you can find the actual place where something is stored. You should also be able to write to the addresses.
Ability to look for things numbers in memory and narrow them downAutomatically update the table of found addressesSave the found addressesChange the underlying type in the saved addressUpdate the values contained in the saved address widgetDifferent scan types, <, >, !=Write to the addresses
- Look for floats/doubles
- Look for an array of bytes
- GDB support? Or some self-made hacky debugger ish, I kinda wanted to make one anyway, could be cool
- Capstone for disassembly