ntqueryinformation / Internal-Memory-Helper

C++ Memory Class - Easy to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal-Memory-Helper

Internal C++ Memory Class - Easy to use

Simple Helper for reading/writing memory internally in C.

Has the basics pretty much

Writing

-Int

-String (const char*)

-Double

-Float

-Int64

Reading

-Int

-Double

-Float

-Int64

Usage Example: WriteFloat(baseaddress + 0ffset, 5.0f) | int test = ReadInt(baseaddress + 0ffset)

About

C++ Memory Class - Easy to use


Languages

Language:C++ 100.0%