Skip to content

elvnh/elid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

228 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elid

image

Elid is a simple memory scanner and editor for Windows inspired by Cheat Engine. Made for educational purposes.

⚠️ I made this project a long time ago and I have learned a lot since then. Please be aware that it contains some heinous code and is probably riddled with bugs.

Features

  • 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

Compile

  • Run fadec_setup.bat
  • Open Visual Studio solution
  • Ensure that startup project is set to gui
  • Ensure that build configuration is set to either x86 or x64, not Any CPU
  • Build solution

Credits

  • 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.

About

A simple memory scanner/editor for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors