Skip to content

Marmanoff/memory.dll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

Create great PC game cheat trainers with ease!

FEATURES

  • Built with C# for .NET projects.
  • Check if process is running (ID or name) and open, all in 1 function.
  • 32bit and 64bit games supported.
  • AoB scanning with full & partial masking.
    • Example: "?? ?? ?? ?5 ?? ?? 5? 00 ?? A9 C3 3B ?? 00 50 00"
  • Inject DLLs and create named pipes to communicate with them.
  • Write to addresses with many different value types.
    • Example: byte, 2bytes, bytes, float, int, string, double or long
  • Optional external .ini file for code storage.
  • Address structures are flexible. Can use modules, offsets and/or pointers.
    • Example: "game.exe+0x12345678,0x12,0x34,0x56"
  • Freeze values

IMPORTANT NOTES

Memory.dll is no longer available on NuGet. You can grab a pre-compiled dll at https://ci.appveyor.com/project/erfg12/memory-dll or download this project, open the sln file in VS, compile it and add the dll to your trainer's project.

Project > Add Project Reference... > Browse... > Select Memory.dll

DOCUMENTATION

Wiki Pages

SAMPLE CODE

C# Game Trainer Git Repo

SUPPORT

Join Discord

VIDEOS

PATREON

https://www.patreon.com/newage

About

C# Hacking library for making PC game trainers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%