Skip to content

Memory Reader, written in c++, looks for bytes from the table and outputs them to the console, can be used for any game, rust, gmod, minecraft, etc

License

Notifications You must be signed in to change notification settings

Feromon32/Hack-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

MemoryReader

A C++ utility for searching specific byte patterns in the memory of target Windows processes.

WindowsTerminal_2SQzOQhmUK

Prerequisites

  • C++11-compliant compiler
  • Windows OS
  • Microsoft Visual Studio (recommended) or equivalent IDE with required libraries

Features

  • Searches for predefined byte patterns in the memory of specified processes
  • Uses Windows API for process enumeration and memory reading
  • Outputs and stores found byte patterns

Code Structure

  • Includes essential Windows API, vector, and string headers
  • Defines target process names and byte patterns
  • Implements utility function for process name matching
  • Provides Scan function to scan process memory for byte patterns
  • Manages process handles and memory reading via Windows API
  • Stores results in a vector and closes handles properly

Usage

  1. Define target processes in the processNames vector
  2. Specify byte patterns in the bytesValues vector
  3. Run the program to search and display results

Customization

  • Edit processNames to target different processes
  • Modify bytesValues to search for custom byte patterns

Notes

  • Windows-specific implementation
  • Use responsibly and for legal purposes only

License

Released under the MIT License. See LICENSE for details.

For issues or questions, please open an issue in this repository.

About

Memory Reader, written in c++, looks for bytes from the table and outputs them to the console, can be used for any game, rust, gmod, minecraft, etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages