Elid is a simple memory scanner and editor for Windows inspired by Cheat Engine. Made for educational purposes.
- Scanning for and changing 4/8 byte integers and floating point values
- 8 different scan modes
- Watching for accesses/writes to a selected address
- Adding addresses and multilevel pointers to table
- Run
fadec_setup.bat - Open Visual Studio solution
- Ensure that startup project is set to
gui - Ensure that build configuration is set to either
x86orx64, notAny CPU - Build solution
- fadec -- A fast x86 decoder/encoder by aengelke. Used in this project for decoding instructions when watching for writes/accesses to addresses.
- Writing our own Cheat Engine -- A series of blog posts by Lonami which helped me greatly.