Skip to content

benitko/hihutex-memory-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

HihutEx Memory Class

Simpler, yet faster way to read and write process memory externally.

Features:

  • Implements ReadProcessMemory and WriteProcessMemory with any type, class or structure,
  • ntdll methods instead of kernel32,
  • pointers and System.Runtime.CompilerServices.Unsafe class instead of System.Runtime.InteropServices.Marshal for marshalling.

About

Simple and fast way to read and write process memory externally using NtReadVirtualMemory and NtWriteVirtualMemory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages