Quantcast
Channel: OwnedCore - World of Warcraft Exploits, Hacks, Bots and Guides.
Viewing all articles
Browse latest Browse all 277760

[Release] MyMemory - .NET Remote Process Manipulation Library (x86/x64)

$
0
0
Hello there,


Just a little post for anyone interested by trying my memory library :

MyMemory is a library written in C++/CLI that allow you to manipulate a remote process, it currently support x86 and x64 architecture.


Features :

  • Memory editing (reading, writing, allocate, protect, etc…).
  • Fetching modules informations.
  • Fetching and manipulate threads informations.
  • Embedd Yasm assembler (x86/x64 supported) to assemble, inject, and execute mnemonics in the remote process.
  • Hook manager that support Jmp, VmtOverwrite, VmtCopy hook for x86/x64 process which *should* be thread safe?
  • Callback support for hook (execute code in the detour, events with registers states when hook is reached).
  • Custom memory callback for hooks.
  • Pattern finding with custom operator to do complex search.


Downloads :

Source : View on GitHub
Library x86 : MyMemory-x86 (Built with VC++ 2010, .NET Framework 4.5)
Library x64 : MyMemory-x64 (Built with VC++ 2010, .NET Framework 4.5)

I've written a simple documentation on my blog.


Hope you'll like it :)

Viewing all articles
Browse latest Browse all 277760

Trending Articles