I'm interested in writing a memory scanning program (for cheating in games, looking for hidden processes, and such). I'm wondering if there's any way to do this with C++ without extensive knowledge of windows classes/programming. I'm thinking assigning a pointer to the first location of the processes stack or something, then iterating it - changing a value in the game, and rescanning it looking for change to know the actual locations of the variable (ie gold). This would allow me to create a reference variable to that address and modify the memory from outside the program. I imagine this isn't as easy as it sounds though (security and what not)
skatamatic 371 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.