Skip to content

Win-MWRP stands for Windows Memory Writer Reader Processing. This repo is a file you can use to read processes, write to the processes and or get the base to a module address. This example can be used for really anything from game cheating to even managing your own processes. This file is very small and has its limit's but it is worth the use!

License

Notifications You must be signed in to change notification settings

Scare-Security/WinMWRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation


__/\\\______________/\\\_____________________________/\\\______________________________________________________________/\\\\____________/\\\\__/\\\______________/\\\____/\\\\\\\\\______/\\\\\\\\\\\\\___        
 _\/\\\_____________\/\\\____________________________\/\\\_____________________________________________________________\/\\\\\\________/\\\\\\_\/\\\_____________\/\\\__/\\\///////\\\___\/\\\/////////\\\_       
  _\/\\\_____________\/\\\__/\\\______________________\/\\\_____________________________________________________________\/\\\//\\\____/\\\//\\\_\/\\\_____________\/\\\_\/\\\_____\/\\\___\/\\\_______\/\\\_      
   _\//\\\____/\\\____/\\\__\///___/\\/\\\\\\__________\/\\\______/\\\\\_____/\\____/\\___/\\__/\\\\\\\\\\__/\\\\\\\\\\\_\/\\\\///\\\/\\\/_\/\\\_\//\\\____/\\\____/\\\__\/\\\\\\\\\\\/____\/\\\\\\\\\\\\\/__     
    __\//\\\__/\\\\\__/\\\____/\\\_\/\\\////\\\____/\\\\\\\\\____/\\\///\\\__\/\\\__/\\\\_/\\\_\/\\\//////__\///////////__\/\\\__\///\\\/___\/\\\__\//\\\__/\\\\\__/\\\___\/\\\//////\\\____\/\\\/////////____    
     ___\//\\\/\\\/\\\/\\\____\/\\\_\/\\\__\//\\\__/\\\////\\\___/\\\__\//\\\_\//\\\/\\\\\/\\\__\/\\\\\\\\\\_______________\/\\\____\///_____\/\\\___\//\\\/\\\/\\\/\\\____\/\\\____\//\\\___\/\\\_____________   
      ____\//\\\\\\//\\\\\_____\/\\\_\/\\\___\/\\\_\/\\\__\/\\\__\//\\\__/\\\___\//\\\\\/\\\\\___\////////\\\_______________\/\\\_____________\/\\\____\//\\\\\\//\\\\\_____\/\\\_____\//\\\__\/\\\_____________  
       _____\//\\\__\//\\\______\/\\\_\/\\\___\/\\\_\//\\\\\\\/\\__\///\\\\\/_____\//\\\\//\\\_____/\\\\\\\\\\_______________\/\\\_____________\/\\\_____\//\\\__\//\\\______\/\\\______\//\\\_\/\\\_____________ 
        ______\///____\///_______\///__\///____\///___\///////\//_____\/////________\///__\///_____\//////////________________\///______________\///_______\///____\///_______\///________\///__\///______________

             _.-;;-._
      '-..-'|   ||   |
      '-..-'|_.-;;-._|   ( by Joan Stark ) 
      '-..-'|   ||   |
      '-..-'|_.-''-._|

Usage

there really is no complex usage for this but there are some general use cases. In order to start writing/reading data to and from a process you have to first include the .hpp file then check the process or initate it.

	auto MEMZ = Memory_Manager{
		"Process.exe"
	};

once you are finished starting the memory manager you can begin loading memory modules such as dll files and loading them to be written to such as the following example

	const auto Kernel = MEMZ.Load_Module_Address("kernel32.dll");

then you can use the read and write functions to read and or write memory to the loaded process for example

		const auto Manager = MEMZ.R<std::uintptr_t>(Kernel + 0x35C4);

About

Win-MWRP stands for Windows Memory Writer Reader Processing. This repo is a file you can use to read processes, write to the processes and or get the base to a module address. This example can be used for really anything from game cheating to even managing your own processes. This file is very small and has its limit's but it is worth the use!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages